diff options
| author | 2024-06-15 07:11:48 -0500 | |
|---|---|---|
| committer | 2024-06-15 07:11:48 -0500 | |
| commit | 0d9e999113f8ac9e4240db4eb68c0e975cf6c0ee (patch) | |
| tree | 098b21837fd311a1b1a19aada91d09639982f9a3 /meson.build | |
| parent | Error on buffer/push-uint16 with non 16 bit unsigned integer. (diff) | |
Prepare for 1.35.0 release.v1.35.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 73faf6e3..9e5dc86f 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.34.0') + version : '1.35.0') # Global settings janet_path = join_paths(get_option('prefix'), get_option('libdir'), 'janet') |
