summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2024-04-23 15:48:54 -0400
committerMatt Turner <mattst88@gmail.com>2024-04-23 15:48:54 -0400
commita750b29b12e16528607811f4573f125a5f81fd2f (patch)
tree8ae65ff2893e2988e2b1e102c04b064ceb93b900
parent08f959c96adeaa059fe5b740f6f7a084fa1817e9 (diff)
Signed-off-by: Matt Turner <mattst88@gmail.com>
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 9c4284b..d604687 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project(
'rendercheck',
'c',
- version : '1.5',
+ version : '1.6',
license : 'MIT AND GPL-2.0-or-later'
)
cc = meson.get_compiler('c')