diff options
| author | 2021-02-15 10:27:19 -0600 | |
|---|---|---|
| committer | 2021-02-15 10:27:19 -0600 | |
| commit | f1819c916a3ed8ba931de572ee3e5fe73bf37e0c (patch) | |
| tree | 11776fd241720cbd4c7dadbd7092e3252aa583a9 /meson.build | |
| parent | 1.15.1 release. (diff) | |
Fix build error for 1.15.2v1.15.2
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 a0c5ce06..d36d918e 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.15.1') + version : '1.15.2') # Global settings janet_path = join_paths(get_option('prefix'), get_option('libdir'), 'janet') |
