diff options
| author | 2025-08-30 08:06:25 -0500 | |
|---|---|---|
| committer | 2025-08-30 08:09:43 -0500 | |
| commit | 800457c1bf33df95f592a88ebabb202714eb647e (patch) | |
| tree | ae3d1adcf72bd0368ddf2b6acb0bff83f06dcfa3 /meson.build | |
| parent | Merge pull request #1632 from jsks/jsks-channel (diff) | |
Update meson.build version.
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 11cf185c..de4dc55b 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.38.0') + version : '1.39.0') # Global settings janet_path = join_paths(get_option('prefix'), get_option('libdir'), 'janet') |
