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

Bump version number

Closes #776

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui 2022-02-06 20:59:45 +00:00
parent 928963721c
commit 126750f099
No known key found for this signature in database
GPG key ID: D3A4405BE6CC17F4

View file

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