1
0
Fork 0
mirror of https://github.com/yshui/picom.git synced 2025-04-21 18:03:02 -04:00

Bump version number

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui 2019-02-06 21:29:32 +00:00
parent 0e801e3471
commit ac7698bc1f
No known key found for this signature in database
GPG key ID: 37C999F617EA1A47

View file

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