aboutsummaryrefslogtreecommitdiffhomepage
path: root/meson.build
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2021-11-27 10:00:36 -0600
committerCalvin Rose <calsrose@gmail.com>2021-11-27 10:00:36 -0600
commita0ddfcb109a65e8e4c22197ae5b730cddc95b002 (patch)
tree1ad9f979548983ffc686697779f35024b4e7273e /meson.build
parentDon'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.build2
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')