diff options
| author | 2020-07-25 13:17:05 -0500 | |
|---|---|---|
| committer | 2020-07-25 13:17:05 -0500 | |
| commit | 3960d0f6ded15ba80afe430ec13a54cc1a8f8e3b (patch) | |
| tree | aec69763ecfcc47742f317a9c8fc9a3756ce6ed4 /meson.build | |
| parent | Add timeouts to net functions. (diff) | |
| parent | Update soname. (diff) | |
Merge branch 'master' into ev
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 7577f749..9bc2bfe9 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.11.0') + version : '1.11.1') # Global settings janet_path = join_paths(get_option('prefix'), get_option('libdir'), 'janet') |
