diff options
| author | 2024-01-07 16:26:20 +0100 | |
|---|---|---|
| committer | 2024-01-07 16:26:20 +0100 | |
| commit | 5b9aa9237c828a72600f35d60fe844f5338bdbdf (patch) | |
| tree | c9e1422c8b696a27407a3508119b7a622f9c9f78 /meson.build | |
| parent | Fix #1341. (diff) | |
Prepare for 1.33.0 release
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 9d3617b4..aea12a9d 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.32.1') + version : '1.33.0') # Global settings janet_path = join_paths(get_option('prefix'), get_option('libdir'), 'janet') |
