diff options
| author | 2023-06-19 07:18:35 -0500 | |
|---|---|---|
| committer | 2023-06-19 07:18:35 -0500 | |
| commit | 3a4d56afca2eee0e4dbca9a6400757d198e6d6f3 (patch) | |
| tree | 3884b72ce71ecb988d881be4417d89627d6a1c2a /meson.build | |
| parent | Fix isatty code to not use functions only defined if ev is enabled. (diff) | |
Patch release.v1.29.1
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 4b75e0b7..f0bcd709 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.28.0') + version : '1.29.1') # Global settings janet_path = join_paths(get_option('prefix'), get_option('libdir'), 'janet') |
