diff options
| author | 2023-09-17 14:53:03 -0500 | |
|---|---|---|
| committer | 2023-09-17 14:53:03 -0500 | |
| commit | 4e5889ed59fd78d3912590af3277a3346a97e033 (patch) | |
| tree | fecf32275705953536358d155cff605ab63ccf23 /meson.build | |
| parent | Merge pull request #1288 from sogaiu/more-error-loc-info-in-dobytes (diff) | |
Prepare for 1.31.0 release.v1.31.0
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 8c3ebf4d..807f4d97 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.30.0') + version : '1.31.0') # Global settings janet_path = join_paths(get_option('prefix'), get_option('libdir'), 'janet') |
