aboutsummaryrefslogtreecommitdiffhomepage
path: root/meson.build
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2020-09-27 12:18:12 -0500
committerCalvin Rose <calsrose@gmail.com>2020-09-27 12:19:00 -0500
commit45feb55483f85fe440244a54503a3d82615d6fb0 (patch)
tree554aafc3aa04bc21fcabe847f4659fd3f66f3471 /meson.build
parentFix #477 (diff)
Add integer parsing to pegs.
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 10d414aa..e38e4443 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.12.2')
+ version : '1.13.0')
# Global settings
janet_path = join_paths(get_option('prefix'), get_option('libdir'), 'janet')