aboutsummaryrefslogtreecommitdiffhomepage
path: root/meson.build
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2023-03-05 09:48:25 -0600
committerCalvin Rose <calsrose@gmail.com>2023-03-05 09:48:25 -0600
commit01aab666676c5f93529ba8db5d97b9db1f4c499a (patch)
treef92fc4164a6854f69baa36b374e62f533b73a4a9 /meson.build
parentChange semantics of bracketed tuple equality. (diff)
Prepare for 1.27.0 release.v1.27.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 9da32926..02e6d96d 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.26.1')
+ version : '1.27.0')
# Global settings
janet_path = join_paths(get_option('prefix'), get_option('libdir'), 'janet')