Bump version number

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui
2024-01-14 15:53:31 +00:00
parent 148e61a0b2
commit 3390494bfe

View File

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