diff options
| author | 2020-05-10 16:44:16 -0500 | |
|---|---|---|
| committer | 2020-05-10 16:45:33 -0500 | |
| commit | 235605bfa40e456d7a4dd6f1720a2d03521c2c92 (patch) | |
| tree | f1b69245ea476dbc9dee6ab3e54c042e830b9df9 /meson.build | |
| parent | Silence clang warnings about missing initializers. (diff) | |
1.9.0 Release.v1.9.0
Fix up some documentation as well.
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 c1bde931..c9d7d475 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-dev') + version : '1.9.0') # Global settings janet_path = join_paths(get_option('prefix'), get_option('libdir'), 'janet') |
