diff options
| author | 2022-10-30 09:57:40 -0500 | |
|---|---|---|
| committer | 2022-10-30 09:57:40 -0500 | |
| commit | e43eab5fd60107eaee617951e05cc24861e59121 (patch) | |
| tree | 11e18d2768f055fa9bc7401651f2421ae619d3ed /meson.build | |
| parent | Prepare for 1.25.1 release. (diff) | |
Fix panicf call.
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 9a7f9b2b..2b504f73 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.25.1') + version : '1.25.2') # Global settings janet_path = join_paths(get_option('prefix'), get_option('libdir'), 'janet') |
