1
0
mirror of https://github.com/janet-lang/janet synced 2025-10-29 06:37:41 +00:00

1.3.1 Release

Small changes, mostly just fixing minor bugs.
This commit is contained in:
Calvin Rose
2019-09-21 19:04:59 -05:00
parent 940860755c
commit 7809f89dfc
4 changed files with 9 additions and 5 deletions

View File

@@ -28,9 +28,9 @@
#define JANET_VERSION_MAJOR 1
#define JANET_VERSION_MINOR 3
#define JANET_VERSION_PATCH 0
#define JANET_VERSION_PATCH 1
#define JANET_VERSION_EXTRA ""
#define JANET_VERSION "1.3.0"
#define JANET_VERSION "1.3.1"
/* #define JANET_BUILD "local" */