aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2022-03-30 18:13:55 -0500
committerGitHub <noreply@github.com>2022-03-30 18:13:55 -0500
commit5811b47aadbf0282defee625784ecdc0860253ac (patch)
treeec999c98d7af097454654fb9a53fe166bfe35f6a
parentRelease patch relase due to bad version bumping. (diff)
parentCorrect version 1.21.1 in meson.build (diff)
Merge pull request #942 from Techcable/patch-1
Correct version 1.21.1 in meson.build
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
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')