aboutsummaryrefslogtreecommitdiffhomepage
path: root/meson.build
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2021-07-16 21:05:42 -0500
committerCalvin Rose <calsrose@gmail.com>2021-07-16 21:05:42 -0500
commitc20a76cddb7133c775b427064439158f57de8426 (patch)
treed550bf2f464c25278823c4f10c65a7cc0d8ce4a5 /meson.build
parentAdd janet_vm_save and janet_vm_load. (diff)
Update CHANGELOG and indicate next release will be 1.17.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 b47e9519..ff6cda15 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.16.2')
+ version : '1.17.0')
# Global settings
janet_path = join_paths(get_option('prefix'), get_option('libdir'), 'janet')