aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorallusive-dev <[email protected]>2023-11-03 10:00:00 +1100
committerallusive-dev <[email protected]>2023-11-03 10:00:00 +1100
commit66a9edbea333cafd0dc0b8bd67f4f3105d328fb5 (patch)
treeca76af707e4dace43ab2629b369c4f8d0549a75a
parentAdded wm-support and re-arranged patches. This update will also make changes ... (diff)
downloadcompfy-1.2.4.tar.xz
compfy-1.2.4.zip
Accidently went 1 update ahead1.2.4
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index e6c9c9a..636c18d 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('picom', 'c', version: '1.2.5',
+project('picom', 'c', version: '1.2.4',
default_options: ['c_std=c11', 'warning_level=1'])
cc = meson.get_compiler('c')