diff options
| author | 2022-03-30 18:13:55 -0500 | |
|---|---|---|
| committer | 2022-03-30 18:13:55 -0500 | |
| commit | 5811b47aadbf0282defee625784ecdc0860253ac (patch) | |
| tree | ec999c98d7af097454654fb9a53fe166bfe35f6a | |
| parent | Release patch relase due to bad version bumping. (diff) | |
| parent | Correct 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.build | 2 |
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') |
