diff options
| author | 2021-10-16 15:05:48 -0500 | |
|---|---|---|
| committer | 2021-10-16 15:05:48 -0500 | |
| commit | 66c4e5a5e271f9857e3407c25fffa6b92e5266c8 (patch) | |
| tree | 152f072e9e5b159c6d4a9dd74461720c8acb5a05 /meson.build | |
| parent | Merge pull request #843 from jgarte/jgarte-patch-typo (diff) | |
Prepare for patch release.v1.18.1
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 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') |
