aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorallusive-dev <[email protected]>2023-11-05 07:37:28 +1100
committerallusive-dev <[email protected]>2023-11-05 07:37:28 +1100
commit52622989ab2766cdce58ef4364bee40596ca0e3c (patch)
tree26db8861ea799ef825d8383a213cb0b6e43e8166 /meson.build
parentdefault backed to xrender just in case (diff)
downloadcompfy-52622989ab2766cdce58ef4364bee40596ca0e3c.tar.xz
compfy-52622989ab2766cdce58ef4364bee40596ca0e3c.zip
slight tweaks
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 e7ed5ec..95cb3f0 100644
--- a/meson.build
+++ b/meson.build
@@ -1,10 +1,10 @@
-project('picom', 'c', version: '1.2.9',
+project('picom', 'c', version: '1.3.1',
default_options: ['c_std=c11', 'warning_level=1'])
cc = meson.get_compiler('c')
# use project version by default
-version = 'v1.2.9'
+version = 'v1.3.1'
# use git describe if that's available
# git = find_program('git', required: false)