diff options
| author | 2023-03-05 09:48:25 -0600 | |
|---|---|---|
| committer | 2023-03-05 09:48:25 -0600 | |
| commit | 01aab666676c5f93529ba8db5d97b9db1f4c499a (patch) | |
| tree | f92fc4164a6854f69baa36b374e62f533b73a4a9 /meson.build | |
| parent | Change semantics of bracketed tuple equality. (diff) | |
Prepare for 1.27.0 release.v1.27.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 9da32926..02e6d96d 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.26.1') + version : '1.27.0') # Global settings janet_path = join_paths(get_option('prefix'), get_option('libdir'), 'janet') |
