diff options
| author | 2020-05-15 17:19:37 -0500 | |
|---|---|---|
| committer | 2020-05-15 17:19:37 -0500 | |
| commit | cf670153f9dc54e75aa41aa1701fc94dcd93441e (patch) | |
| tree | 34f20ca8d3271f4b7518e7b7e95a5f5e41b9d7b7 /meson.build | |
| parent | 1.9.1 release. (diff) | |
Add :fresh option to import.
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 7002b640..ee68cb56 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.1') + version : '1.10.0') # Global settings janet_path = join_paths(get_option('prefix'), get_option('libdir'), 'janet') |
