aboutsummaryrefslogtreecommitdiffhomepage
path: root/meson.build
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2020-06-18 21:52:20 -0500
committerCalvin Rose <calsrose@gmail.com>2020-06-18 21:54:34 -0500
commit5c364e0f7cf9fd4df07e25851e2db44a80183195 (patch)
treee1dee93fd7ba65c97c998e4627aa537b5212d7de /meson.build
parentUpdate to 1.10.1 (diff)
Better roundtrip jdn.
Use the most precise format specifier, such that output jdn numbers are more accurate.
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 bcb0c07e..78625ec2 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.10.1')
+ version : '1.10.2')
# Global settings
janet_path = join_paths(get_option('prefix'), get_option('libdir'), 'janet')