From 54e3db4d8cedf21a4c8e37b7c18ccb70e8c9dec1 Mon Sep 17 00:00:00 2001 From: Techcable Date: Tue, 29 Mar 2022 23:13:09 -0700 Subject: [PATCH] Correct version 1.21.1 in meson.build This causes incorrect version meson compiles (including homebrew) --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 16b8aa59..95e95510 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.21.0') + version : '1.21.1') # Global settings janet_path = join_paths(get_option('prefix'), get_option('libdir'), 'janet')