aboutsummaryrefslogtreecommitdiffhomepage
path: root/meson.build
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2020-08-03 20:53:32 -0500
committerCalvin Rose <calsrose@gmail.com>2020-08-03 20:56:11 -0500
commit76cfbde9330c90f493c0b8597abe032ad387c150 (patch)
treef2dbce8a1d551c9f85832f63f7d5240aea3d1ec8 /meson.build
parentMerge pull request #455 from andrewchambers/prfseed (diff)
Add JANET_HASHSEED environment variable.
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 f7667cad..cf631a4f 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.2')
+ version : '1.11.3')
# Global settings
janet_path = join_paths(get_option('prefix'), get_option('libdir'), 'janet')