aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorallusive-dev <[email protected]>2023-11-13 08:35:08 +1100
committerallusive-dev <[email protected]>2023-11-13 08:35:08 +1100
commit3a3c0751cc54f548fa8638c1fcb9ef5f636bcb9a (patch)
tree0247aa85286648a305ac486011f0f89557a0fca4 /meson.build
parentMerge pull request #32 from IogaMaster/improved-flake (diff)
downloadcompfy-1.5.0.tar.xz
compfy-1.5.0.zip
Update to pcre2 in relation to #291.5.0
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 9480572..91e4ea6 100644
--- a/meson.build
+++ b/meson.build
@@ -1,10 +1,10 @@
-project('picom', 'c', version: '1.4.3',
+project('picom', 'c', version: '1.5.0',
default_options: ['c_std=c11', 'warning_level=1'])
cc = meson.get_compiler('c')
# use project version by default
-version = 'v1.4.3'
+version = 'v1.5.0'
# use git describe if that's available
# git = find_program('git', required: false)