diff options
| author | allusive-dev <[email protected]> | 2023-11-03 10:00:00 +1100 |
|---|---|---|
| committer | allusive-dev <[email protected]> | 2023-11-03 10:00:00 +1100 |
| commit | 66a9edbea333cafd0dc0b8bd67f4f3105d328fb5 (patch) | |
| tree | ca76af707e4dace43ab2629b369c4f8d0549a75a /meson.build | |
| parent | Added wm-support and re-arranged patches. This update will also make changes ... (diff) | |
| download | compfy-1.2.4.tar.xz compfy-1.2.4.zip | |
Accidently went 1 update ahead1.2.4
Diffstat (limited to 'meson.build')
| -rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index e6c9c9a..636c18d 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('picom', 'c', version: '1.2.5', +project('picom', 'c', version: '1.2.4', default_options: ['c_std=c11', 'warning_level=1']) cc = meson.get_compiler('c') |