aboutsummaryrefslogtreecommitdiffhomepage
path: root/meson.build
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2025-03-18 21:14:21 -0500
committerCalvin Rose <calsrose@gmail.com>2025-03-18 21:14:45 -0500
commit73334f34857b0124546ce79b4bda094a4b18a019 (patch)
treeca27bc162ede221236647f9ba57288ba81fe7828 /meson.build
parentMerge pull request #1572 from tsujamin/janet-ffi-define-fix (diff)
Prepare for 1.38.0 release.v1.38.0
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 a9b41f97..247ae6f3 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.37.1')
+ version : '1.38.0')
# Global settings
janet_path = join_paths(get_option('prefix'), get_option('libdir'), 'janet')