diff options
| author | 2021-03-19 15:41:34 -0500 | |
|---|---|---|
| committer | 2021-03-19 15:41:34 -0500 | |
| commit | 100a82feb2a7fdae96956e72f4ed7ad32c65c8f8 (patch) | |
| tree | b0a4bd3acb247da0acfc9813091a4685d3d2643d /meson.build | |
| parent | Update printing when entering debugger. (diff) | |
Version bump (development version).
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 ea8c2f2e..2b4002d3 100644 --- a/meson.build +++ b/meson.build @@ -20,7 +20,7 @@ project('janet', 'c', default_options : ['c_std=c99', 'build.c_std=c99', 'b_lundef=false', 'default_library=both'], - version : '1.15.4') + version : '1.15.5') # Global settings janet_path = join_paths(get_option('prefix'), get_option('libdir'), 'janet') |
