diff options
| author | 2023-05-13 09:59:55 -0500 | |
|---|---|---|
| committer | 2023-05-13 09:59:55 -0500 | |
| commit | 358f5a03bf9c003c32df8728253ba1e282fe3d69 (patch) | |
| tree | 934ae1e10a6c6dfc2343654b269abc1a74b93153 /meson.build | |
| parent | Update short-fn to fix #1123 (diff) | |
Version bump to 1.28.0v1.28.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 02e6d96d..e521538f 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.27.0') + version : '1.28.0') # Global settings janet_path = join_paths(get_option('prefix'), get_option('libdir'), 'janet') |
