1
0
mirror of https://github.com/janet-lang/janet synced 2025-10-29 22:53:03 +00:00

Update CHANGELOG and indicate next release will be 1.17.0

This commit is contained in:
Calvin Rose
2021-07-16 21:05:42 -05:00
parent 1ef6db16ed
commit c20a76cddb
4 changed files with 10 additions and 6 deletions

View File

@@ -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')