diff options
| author | allusive-dev <[email protected]> | 2023-11-03 16:38:39 +1100 |
|---|---|---|
| committer | allusive-dev <[email protected]> | 2023-11-03 16:38:39 +1100 |
| commit | 3543f63d0794b5290863e9f33af8d49745ad9a72 (patch) | |
| tree | 504c54a16b18594fbbc44c3aa3cae03d45695023 /meson.build | |
| parent | sample config revamp (diff) | |
| download | compfy-1.2.6.tar.xz compfy-1.2.6.zip | |
DWM: Fixing opacity options1.2.6
Diffstat (limited to 'meson.build')
| -rw-r--r-- | meson.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build index 716b100..a294708 100644 --- a/meson.build +++ b/meson.build @@ -1,10 +1,10 @@ -project('picom', 'c', version: '1.2.5', +project('picom', 'c', version: '1.2.6', default_options: ['c_std=c11', 'warning_level=1']) cc = meson.get_compiler('c') # use project version by default -version = 'v1.2.5' +version = 'v1.2.6' # use git describe if that's available git = find_program('git', required: false) |