diff options
| author | 2021-11-27 10:00:36 -0600 | |
|---|---|---|
| committer | 2021-11-27 10:00:36 -0600 | |
| commit | a0ddfcb109a65e8e4c22197ae5b730cddc95b002 (patch) | |
| tree | 1ad9f979548983ffc686697779f35024b4e7273e /meson.build | |
| parent | Don't call wait twice when closing or gcing. (diff) | |
Prepare for 1.19.0 release.v1.19.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 e36caaf8..3a7f35be 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.18.2') + version : '1.19.0') # Global settings janet_path = join_paths(get_option('prefix'), get_option('libdir'), 'janet') |
