aboutsummaryrefslogtreecommitdiffhomepage
path: root/meson.build
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2025-11-16 15:53:52 -0600
committerCalvin Rose <calsrose@gmail.com>2025-11-16 16:55:28 -0600
commitc44592c84d1fff56c98373d9bd834ebec601653b (patch)
treecdbab4d862d2041c58087acb26f6fc6af990d11c /meson.build
parentMerge pull request #1665 from sogaiu/fix-comment (diff)
Prepare for 1.40.1 patch 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 6eed4efa..e81251a4 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.40.0')
+ version : '1.40.1')
# Global settings
janet_path = join_paths(get_option('prefix'), get_option('libdir'), 'janet')