aboutsummaryrefslogtreecommitdiffhomepage
path: root/meson.build
diff options
context:
space:
mode:
authorJosef Pospíšil <josef@pospisil.work>2024-01-07 16:26:20 +0100
committerJosef Pospíšil <josef@pospisil.work>2024-01-07 16:26:20 +0100
commit5b9aa9237c828a72600f35d60fe844f5338bdbdf (patch)
treec9e1422c8b696a27407a3508119b7a622f9c9f78 /meson.build
parentFix #1341. (diff)
Prepare for 1.33.0 release
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 9d3617b4..aea12a9d 100644
--- a/meson.build
+++ b/meson.build
@@ -20,7 +20,7 @@
project('janet', 'c',
default_options : ['c_std=c99', 'build.c_std=c99', 'b_lundef=false', 'default_library=both'],
- version : '1.32.1')
+ version : '1.33.0')
# Global settings
janet_path = join_paths(get_option('prefix'), get_option('libdir'), 'janet')