aboutsummaryrefslogtreecommitdiffhomepage
path: root/meson.build
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2020-08-07 19:48:06 -0500
committerCalvin Rose <calsrose@gmail.com>2020-08-07 19:48:06 -0500
commitc3af30d5202d4c27884b5fe42f2dc9e9b01c0efa (patch)
treebe6e92a0aa54c171f9d32de5ba07d0322e4b8475 /meson.build
parentRename test suites such that it is easier to add more of them. (diff)
Fix broken links in README.md
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 71abe2e6..ec8efbce 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.3')
+ version : '1.11.4')
# Global settings
janet_path = join_paths(get_option('prefix'), get_option('libdir'), 'janet')