aboutsummaryrefslogtreecommitdiffhomepage
path: root/meson.build
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2022-01-27 21:38:07 -0600
committerCalvin Rose <calsrose@gmail.com>2022-01-27 21:38:07 -0600
commit40ae2e812ff5e186ba578d441de9f3d2bebd93fb (patch)
treec750606e23972559c2c7ee0f19222f4ed6d9d814 /meson.build
parentUpdate signature of :missing-symbol hook. (diff)
Prepare for 1.20.0 release.v1.20.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 8376ae67..cd3374f2 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.19.2')
+ version : '1.20.0')
# Global settings
janet_path = join_paths(get_option('prefix'), get_option('libdir'), 'janet')