aboutsummaryrefslogtreecommitdiffhomepage
path: root/meson.build
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2021-04-29 12:06:24 -0500
committerCalvin Rose <calsrose@gmail.com>2021-04-29 12:06:24 -0500
commit8fc8974b60e7a73873642acbbcfac8e25fd9be3a (patch)
tree82c764e45d953b21c35971613bc4b33b9790e438 /meson.build
parentPrepare for 1.15.5 release. (diff)
Add `from-pairs` to core. #683
This always creates a table, use `table/to-struct` to create a struct.
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 08d92c47..709c9c37 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.15.5')
+ version : '1.15.6')
# Global settings
janet_path = join_paths(get_option('prefix'), get_option('libdir'), 'janet')