1
0
mirror of https://github.com/janet-lang/janet synced 2025-10-31 07:33:01 +00:00

Update CHANGELOG.

This commit is contained in:
Calvin Rose
2021-01-22 12:55:38 -06:00
parent a18aafedfd
commit c909835b0a
2 changed files with 8 additions and 3 deletions

View File

@@ -5,9 +5,9 @@
#define JANET_VERSION_MAJOR 1
#define JANET_VERSION_MINOR 14
#define JANET_VERSION_PATCH 1
#define JANET_VERSION_EXTRA ""
#define JANET_VERSION "1.14.1"
#define JANET_VERSION_PATCH 2
#define JANET_VERSION_EXTRA "-dev"
#define JANET_VERSION "1.14.2-dev"
/* #define JANET_BUILD "local" */