aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorallusive-dev <[email protected]>2023-11-16 11:41:14 +1100
committerallusive-dev <[email protected]>2023-11-16 11:41:14 +1100
commitae771a3a178ecd2efb817c0bb55ce77fcacbbe0b (patch)
tree803eaf430b9147f604b4de1b3330c8de4e653598
parentrestore glx errors except for 'GL_INVALID_FRAMEBUFFER_OPERATION' (diff)
downloadcompfy-1.6.5.tar.xz
compfy-1.6.5.zip
update version number1.6.5
-rw-r--r--meson.build2
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')