diff options
| author | 2020-05-10 21:06:52 -0500 | |
|---|---|---|
| committer | 2020-05-10 21:06:52 -0500 | |
| commit | e013381e720f569560453c28c42997297185948e (patch) | |
| tree | 163c7926315d761d70edae16d09701843670c57e /meson.build | |
| parent | Fix nanboxing issue. (diff) | |
Conditionally ignore pclose as well as popen.
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 c9d7d475..1a678519 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.9.0') + version : '1.9.1-dev') # Global settings janet_path = join_paths(get_option('prefix'), get_option('libdir'), 'janet') |
