1
0
mirror of https://github.com/janet-lang/janet synced 2025-10-23 03:37:40 +00:00

Prepare for 1.33.0 release

This commit is contained in:
Josef Pospíšil
2024-01-07 16:26:20 +01:00
parent 9142f38cbc
commit 5b9aa9237c
4 changed files with 29 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.32.1')
version : '1.33.0')
# Global settings
janet_path = join_paths(get_option('prefix'), get_option('libdir'), 'janet')