1
0
mirror of https://github.com/janet-lang/janet synced 2025-10-22 11:17:40 +00:00

Update for 1.32.0

This commit is contained in:
Calvin Rose
2023-10-14 19:48:20 -05:00
parent e3f4142d2a
commit b5996f5f02
6 changed files with 15 additions and 14 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.31.0')
version : '1.32.0')
# Global settings
janet_path = join_paths(get_option('prefix'), get_option('libdir'), 'janet')