diff options
| author | 2020-09-12 09:38:29 -0500 | |
|---|---|---|
| committer | 2020-09-12 09:38:29 -0500 | |
| commit | 8763df1cd0e0abb5dfa275a4f7180021abaaf05b (patch) | |
| tree | 546b2d0b703b4f92baa17392a4fd3ab5f3c3133c /meson.build | |
| parent | Windows CI remove those pesky carriage returns. (diff) | |
Fix some typos.
Diffstat (limited to 'meson.build')
| -rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 43688d06..10d414aa 100644 --- a/meson.build +++ b/meson.build @@ -20,7 +20,7 @@ project('janet', 'c', default_options : ['c_std=c99', 'b_lundef=false', 'default_library=both'], - version : '1.12.1') + version : '1.12.2') # Global settings janet_path = join_paths(get_option('prefix'), get_option('libdir'), 'janet') |
