diff options
| author | allusive-dev <[email protected]> | 2023-11-16 11:41:14 +1100 |
|---|---|---|
| committer | allusive-dev <[email protected]> | 2023-11-16 11:41:14 +1100 |
| commit | ae771a3a178ecd2efb817c0bb55ce77fcacbbe0b (patch) | |
| tree | 803eaf430b9147f604b4de1b3330c8de4e653598 | |
| parent | restore glx errors except for 'GL_INVALID_FRAMEBUFFER_OPERATION' (diff) | |
| download | compfy-1.6.5.tar.xz compfy-1.6.5.zip | |
update version number1.6.5
| -rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index ccb027e..1572706 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('compfy', 'c', version: '1.6.4', +project('compfy', 'c', version: '1.6.5', default_options: ['c_std=c11', 'warning_level=1']) cc = meson.get_compiler('c') |