1
0
Fork 0
mirror of https://github.com/yshui/picom.git synced 2024-11-03 04:33:49 -05:00

meson.build: bump project version

This commit is contained in:
Will Dietz 2019-02-03 21:47:29 -06:00 committed by yshui
parent f19766f15a
commit 345009c677

View file

@ -1,4 +1,4 @@
project('compton', 'c', version: '4',
project('compton', 'c', version: '5',
default_options: ['c_std=c11'])
cc = meson.get_compiler('c')