diff options
| author | 2021-01-16 15:54:27 -0600 | |
|---|---|---|
| committer | 2021-01-16 15:54:27 -0600 | |
| commit | 6dfb689d1fd4ef00c38cbacef65e7674d09b2fe4 (patch) | |
| tree | 2bd28e7cfde229d050df55b11ae5d81694661d79 /meson.build | |
| parent | Add os/proc-close to close all pipes associated with a subprocess. (diff) | |
Update versions to indicate 14.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 1a6c679d..e95634c1 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.13.1') + version : '1.14.1') # Global settings janet_path = join_paths(get_option('prefix'), get_option('libdir'), 'janet') |
