1
0
Fork 0
mirror of https://github.com/yshui/picom.git synced 2024-11-11 13:51:02 -05:00

meson.build: Bump version number

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui 2020-04-21 19:33:17 +01:00
parent bb3eeca3e6
commit e553e00f48
No known key found for this signature in database
GPG key ID: 37C999F617EA1A47

View file

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