diff options
| author | allusive-dev <[email protected]> | 2023-11-05 08:37:47 +1100 |
|---|---|---|
| committer | allusive-dev <[email protected]> | 2023-11-05 08:37:47 +1100 |
| commit | f0e03e52a31a7badad4f3c4e8ba2122a8aef87a4 (patch) | |
| tree | a70c1bdc06e77196d1e7e2c3c3fbd3b28c230596 /meson.build | |
| parent | Merge branch 'main' of github.com:allusive-dev/picom-allusive (diff) | |
| download | compfy-1.3.2.tar.xz compfy-1.3.2.zip | |
changed 'inactive-opacity-exclude' to 'inactive-exclude', updated sample config, inactive-exclude now cancels inactive-dim1.3.2
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 95cb3f0..22db958 100644 --- a/meson.build +++ b/meson.build @@ -1,10 +1,10 @@ -project('picom', 'c', version: '1.3.1', +project('picom', 'c', version: '1.3.2', default_options: ['c_std=c11', 'warning_level=1']) cc = meson.get_compiler('c') # use project version by default -version = 'v1.3.1' +version = 'v1.3.2' # use git describe if that's available # git = find_program('git', required: false) |