diff options
| author | allusive-dev <[email protected]> | 2023-11-09 12:36:44 +1100 |
|---|---|---|
| committer | allusive-dev <[email protected]> | 2023-11-09 12:36:44 +1100 |
| commit | ebb869126bd1d1ee152a53e8252663000f6ce5d9 (patch) | |
| tree | 4ec90d88b852dd1446793ea837b1b5af21c90722 /meson.build | |
| parent | Merge branch 'main' of github.com:allusive-dev/picom-allusive (diff) | |
| download | compfy-ebb869126bd1d1ee152a53e8252663000f6ce5d9.tar.xz compfy-ebb869126bd1d1ee152a53e8252663000f6ce5d9.zip | |
update version number
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 75adc7e..b4cae0b 100644 --- a/meson.build +++ b/meson.build @@ -1,10 +1,10 @@ -project('picom', 'c', version: '1.4.0', +project('picom', 'c', version: '1.4.2', default_options: ['c_std=c11', 'warning_level=1']) cc = meson.get_compiler('c') # use project version by default -version = 'v1.4.0' +version = 'v1.4.2' # use git describe if that's available # git = find_program('git', required: false) |