aboutsummaryrefslogtreecommitdiffhomepage
path: root/meson.build
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2023-08-05 18:58:04 -0500
committerCalvin Rose <calsrose@gmail.com>2023-08-05 18:58:04 -0500
commitecc4d80a5ac342422c151a2704ec586a7e2fc3fa (patch)
tree4d57db3715b20f43c9baa4a64886eff448fc5bc2 /meson.build
parentMerge pull request #1236 from primo-ppcg/range (diff)
Prepare for 1.30.0 release.v1.30.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 f0bcd709..8c3ebf4d 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.29.1')
+ version : '1.30.0')
# Global settings
janet_path = join_paths(get_option('prefix'), get_option('libdir'), 'janet')