aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorallusive-dev <[email protected]>2023-11-03 21:17:58 +1100
committerallusive-dev <[email protected]>2023-11-03 21:17:58 +1100
commit060a30e288551792c2f432dd7ffad4b488b34ed1 (patch)
treed12558d3747d6563974caedbc1ba89e2f7fd1b59
parentupdate version (diff)
downloadcompfy-060a30e288551792c2f432dd7ffad4b488b34ed1.tar.xz
compfy-060a30e288551792c2f432dd7ffad4b488b34ed1.zip
update version
-rw-r--r--meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index 8a61608..81abc91 100644
--- a/meson.build
+++ b/meson.build
@@ -1,10 +1,10 @@
-project('picom', 'c', version: '1.2.6',
+project('picom', 'c', version: '1.2.7',
default_options: ['c_std=c11', 'warning_level=1'])
cc = meson.get_compiler('c')
# use project version by default
-version = 'v1.2.6'
+version = 'v1.2.7'
# use git describe if that's available
git = find_program('git', required: false)