aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorallusive-dev <[email protected]>2023-11-09 12:36:44 +1100
committerallusive-dev <[email protected]>2023-11-09 12:36:44 +1100
commitebb869126bd1d1ee152a53e8252663000f6ce5d9 (patch)
tree4ec90d88b852dd1446793ea837b1b5af21c90722 /meson.build
parentMerge branch 'main' of github.com:allusive-dev/picom-allusive (diff)
downloadcompfy-ebb869126bd1d1ee152a53e8252663000f6ce5d9.tar.xz
compfy-ebb869126bd1d1ee152a53e8252663000f6ce5d9.zip
update version number
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index 75adc7e..b4cae0b 100644
--- a/meson.build
+++ b/meson.build
@@ -1,10 +1,10 @@
-project('picom', 'c', version: '1.4.0',
+project('picom', 'c', version: '1.4.2',
default_options: ['c_std=c11', 'warning_level=1'])
cc = meson.get_compiler('c')
# use project version by default
-version = 'v1.4.0'
+version = 'v1.4.2'
# use git describe if that's available
# git = find_program('git', required: false)