aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorallusive-dev <[email protected]>2023-11-01 09:11:57 +1100
committerallusive-dev <[email protected]>2023-11-01 09:11:57 +1100
commitf9d7cc8685948dd0586b4052df4fb91b6db5e451 (patch)
treedaa1e4a70d1401caaa8244f948d8a6985a809565
parentSetup errors for new deprecated settings (diff)
downloadcompfy-1.2.2.tar.xz
compfy-1.2.2.zip
updated version readout1.2.2
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 1001ecb..d49c115 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('picom', 'c', version: '1',
+project('picom', 'c', version: '1.2.2',
default_options: ['c_std=c11', 'warning_level=1'])
cc = meson.get_compiler('c')