aboutsummaryrefslogtreecommitdiffhomepage
path: root/meson.build
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2023-01-21 09:36:03 -0600
committerCalvin Rose <calsrose@gmail.com>2023-01-21 09:36:03 -0600
commitd8d1de2dcb25cdf14185b2fead35f2148d9feae7 (patch)
treec362e51f510f79e7d9a472bb8790cfaa38b2d8c0 /meson.build
parentMerge pull request #1056 from fd00/use-dev-urandom-on-cygwin (diff)
Don't compile library loading code on windows if it is disabled.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 53fc82d4..9da32926 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.26.0')
+ version : '1.26.1')
# Global settings
janet_path = join_paths(get_option('prefix'), get_option('libdir'), 'janet')