diff options
| author | 2023-10-14 19:48:20 -0500 | |
|---|---|---|
| committer | 2023-10-14 19:48:20 -0500 | |
| commit | b5996f5f0264660abe1b45bf687df11aa40126e8 (patch) | |
| tree | a9cfefad5569be2a574402208e31b3e88405603e /meson.build | |
| parent | Update result value from janet_do* functions. (diff) | |
Update for 1.32.0v1.32.0
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 b58b5d96..577fa0d1 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.31.0') + version : '1.32.0') # Global settings janet_path = join_paths(get_option('prefix'), get_option('libdir'), 'janet') |
