aboutsummaryrefslogtreecommitdiffhomepage
path: root/meson.build
diff options
context:
space:
mode:
authorJosef Pospíšil <pe@pan.earth>2024-03-20 10:11:08 +0100
committerJosef Pospíšil <pe@pan.earth>2024-03-20 10:11:08 +0100
commit9f9146ffae4e215cff6a892b57fff6254e1acee7 (patch)
treec24be3962046f4b09d7c09e01fd7cf3a91180254 /meson.build
parentUpdate changelog for 1.34.0 (diff)
Prepare for 1.34.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 aea12a9d..47e24987 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.33.0')
+ version : '1.34.0')
# Global settings
janet_path = join_paths(get_option('prefix'), get_option('libdir'), 'janet')