meson.build: bump project version

This commit is contained in:
Will Dietz 2019-02-03 21:47:29 -06:00 committed by yshui
parent f19766f15a
commit 345009c677
1 changed files with 1 additions and 1 deletions

View File

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