diff options
| author | 2022-04-01 21:58:22 -0500 | |
|---|---|---|
| committer | 2022-04-01 21:59:01 -0500 | |
| commit | 2a950e4ce9ac180c4c14bcfe2da95ec64af2516f (patch) | |
| tree | a3e86df95d81d3ecb95d8377100e6cc514ffc234 /meson.build | |
| parent | Update SONAME in Makefile. (diff) | |
Fix patch release - (version info)v1.21.2
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 95e95510..10e23572 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.21.1') + version : '1.21.2') # Global settings janet_path = join_paths(get_option('prefix'), get_option('libdir'), 'janet') |
