diff options
| author | 2024-03-20 10:11:08 +0100 | |
|---|---|---|
| committer | 2024-03-20 10:11:08 +0100 | |
| commit | 9f9146ffae4e215cff6a892b57fff6254e1acee7 (patch) | |
| tree | c24be3962046f4b09d7c09e01fd7cf3a91180254 /meson.build | |
| parent | Update changelog for 1.34.0 (diff) | |
Prepare for 1.34.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 aea12a9d..47e24987 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.33.0') + version : '1.34.0') # Global settings janet_path = join_paths(get_option('prefix'), get_option('libdir'), 'janet') |
