diff options
| author | 2026-01-10 15:40:04 -0600 | |
|---|---|---|
| committer | 2026-01-10 15:40:04 -0600 | |
| commit | f80690e4c9f80fb4fe10196114e83523ddb194d4 (patch) | |
| tree | bccdd469259c3bc7658d9cf7122ed7bd033a825c /meson.build | |
| parent | Make varfn correctly handle verbose metadata. (diff) | |
Version bump for wip 1.41.x
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 3b6b7de3..bdd827f5 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.40.1') + version : '1.41.0') # Global settings janet_path = join_paths(get_option('prefix'), get_option('libdir'), 'janet') |
