aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllusive_ <[email protected]>2023-09-23 13:14:46 +1000
committerGitHub <[email protected]>2023-09-23 13:14:46 +1000
commit3633e12625ae15cadf2b6beb5417f7054637041c (patch)
tree87a171e9d49f4a5c546e2c9818b03df9cb9bca4e
parentUpdate README.md (diff)
downloadcompfy-3633e12625ae15cadf2b6beb5417f7054637041c.tar.xz
compfy-3633e12625ae15cadf2b6beb5417f7054637041c.zip
Update meson.build
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index a748975..0349b7d 100644
--- a/meson.build
+++ b/meson.build
@@ -4,7 +4,7 @@ project('picom', 'c', version: '8',
cc = meson.get_compiler('c')
# use project version by default
-version = 'v0.2-1'
+version = 'v0.2.2-4'
add_global_arguments('-DCOMPTON_VERSION="'+version+'"', language: 'c')