diff options
| author | 2024-09-20 22:21:46 -0500 | |
|---|---|---|
| committer | 2024-09-20 23:05:02 -0500 | |
| commit | 8084e4c7284154144c2f9b6c02fa20d159069124 (patch) | |
| tree | e909d59824b12a2f7fb91c9b5c74ae43808a0b6e /meson.build | |
| parent | Merge pull request #1506 from sogaiu/tweak-signal-doc (diff) | |
Add support for multiple directories in JANET_PATH.
Use a colon ":" as the separator on posix, and semicolon ";" on
windows (and mingw).
Diffstat (limited to 'meson.build')
| -rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 6fffb5df..f17e8a59 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.36.0') + version : '1.37.0') # Global settings janet_path = join_paths(get_option('prefix'), get_option('libdir'), 'janet') |
