diff options
| author | 2021-01-23 16:52:26 -0600 | |
|---|---|---|
| committer | 2021-01-23 17:08:11 -0600 | |
| commit | f22472a64488535650c5fe31e3bd67dcbb2e1cac (patch) | |
| tree | bc8c20287df104593c122bdfe983818089a52992 /meson.build | |
| parent | Prepare for patch release. (diff) | |
Begin work on allowing small binaries.
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 fc8fa7de..c9beebcf 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.14.2') + version : '1.14.3') # Global settings janet_path = join_paths(get_option('prefix'), get_option('libdir'), 'janet') |
