1
0
mirror of https://github.com/janet-lang/janet synced 2025-11-03 09:03:02 +00:00

Prepare for 1.24.0 release.

This commit is contained in:
bakpakin
2022-08-14 20:19:39 -05:00
parent c043b1d949
commit 34496ecaf0
4 changed files with 8 additions and 8 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.23.1')
version : '1.24.0')
# Global settings
janet_path = join_paths(get_option('prefix'), get_option('libdir'), 'janet')