diff options
| author | allusive-dev <[email protected]> | 2023-11-10 19:04:25 +1100 |
|---|---|---|
| committer | allusive-dev <[email protected]> | 2023-11-10 19:04:25 +1100 |
| commit | 0cb1c6a7013b50562383e0d4575a6709c3534214 (patch) | |
| tree | c9a517206e12c4f8635bec3a27c13f34d3126a11 /meson.build | |
| parent | Removed WM warning message (diff) | |
| download | compfy-0cb1c6a7013b50562383e0d4575a6709c3534214.tar.xz compfy-0cb1c6a7013b50562383e0d4575a6709c3534214.zip | |
Switching some per wm patches to global
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 b4cae0b..9480572 100644 --- a/meson.build +++ b/meson.build @@ -1,10 +1,10 @@ -project('picom', 'c', version: '1.4.2', +project('picom', 'c', version: '1.4.3', default_options: ['c_std=c11', 'warning_level=1']) cc = meson.get_compiler('c') # use project version by default -version = 'v1.4.2' +version = 'v1.4.3' # use git describe if that's available # git = find_program('git', required: false) |