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

Update version strings to 1.7.1-dev.

This commit is contained in:
Calvin Rose
2020-02-02 09:38:26 -06:00
parent f7ee8bd30d
commit 64e1961193
4 changed files with 7 additions and 7 deletions

View File

@@ -28,9 +28,9 @@
#define JANET_VERSION_MAJOR 1
#define JANET_VERSION_MINOR 7
#define JANET_VERSION_PATCH 0
#define JANET_VERSION_EXTRA ""
#define JANET_VERSION "1.7.0"
#define JANET_VERSION_PATCH 1
#define JANET_VERSION_EXTRA "-dev"
#define JANET_VERSION "1.7.1-dev"
/* #define JANET_BUILD "local" */