release: bump version number

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui
2019-03-23 14:20:47 +00:00
parent 0a32c81d9c
commit b0820d847c

View File

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