1
0
mirror of https://github.com/janet-lang/janet synced 2025-12-08 09:38:06 +00:00

Better roundtrip jdn.

Use the most precise format specifier, such that output jdn numbers
are more accurate.
This commit is contained in:
Calvin Rose
2020-06-18 21:52:20 -05:00
parent 9cfc3d9d37
commit 5c364e0f7c
5 changed files with 27 additions and 8 deletions

View File

@@ -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')