From 66c4e5a5e271f9857e3407c25fffa6b92e5266c8 Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Sat, 16 Oct 2021 15:05:48 -0500 Subject: Prepare for patch release. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index e4df9a57..3e65a546 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.0') + version : '1.18.1') # Global settings janet_path = join_paths(get_option('prefix'), get_option('libdir'), 'janet') -- cgit v1.2.3