diff options
| author | allusive-dev <[email protected]> | 2023-11-01 09:11:57 +1100 |
|---|---|---|
| committer | allusive-dev <[email protected]> | 2023-11-01 09:11:57 +1100 |
| commit | f9d7cc8685948dd0586b4052df4fb91b6db5e451 (patch) | |
| tree | daa1e4a70d1401caaa8244f948d8a6985a809565 | |
| parent | Setup errors for new deprecated settings (diff) | |
| download | compfy-1.2.2.tar.xz compfy-1.2.2.zip | |
updated version readout1.2.2
| -rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 1001ecb..d49c115 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('picom', 'c', version: '1', +project('picom', 'c', version: '1.2.2', default_options: ['c_std=c11', 'warning_level=1']) cc = meson.get_compiler('c') |