diff options
| author | allusive-dev <[email protected]> | 2023-11-03 13:07:38 +1100 |
|---|---|---|
| committer | allusive-dev <[email protected]> | 2023-11-03 13:07:38 +1100 |
| commit | 065ca0ccd1cf06a821e7273c4c922d9a9156f518 (patch) | |
| tree | 74ee093f12e668c2447408315f8f6cce03698242 /meson.build | |
| parent | sample config update (diff) | |
| download | compfy-1.2.5.tar.xz compfy-1.2.5.zip | |
DWM inactive-opacity patches1.2.5
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 636c18d..716b100 100644 --- a/meson.build +++ b/meson.build @@ -1,10 +1,10 @@ -project('picom', 'c', version: '1.2.4', +project('picom', 'c', version: '1.2.5', default_options: ['c_std=c11', 'warning_level=1']) cc = meson.get_compiler('c') # use project version by default -version = 'v'+meson.project_version() +version = 'v1.2.5' # use git describe if that's available git = find_program('git', required: false) |