diff options
| author | 2021-08-29 11:29:09 -0500 | |
|---|---|---|
| committer | 2021-08-29 11:29:41 -0500 | |
| commit | e1c4fc29debeee95f1207cb4791f659e6bd70f7f (patch) | |
| tree | 44437d88e1f166c7c9b39c74e9515d8d83c51525 /meson.build | |
| parent | Merge branch 'master' of github.com:janet-lang/janet (diff) | |
Prepare for 1.17.1 release.v1.17.1
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 c4941a99..ebcc33ee 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.17.0') + version : '1.17.1') # Global settings janet_path = join_paths(get_option('prefix'), get_option('libdir'), 'janet') |
