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

Prepare for 1.29.0 release.

This commit is contained in:
Calvin Rose
2023-06-19 06:48:33 -05:00
parent 2fde34b519
commit 5a39a04a79
3 changed files with 7 additions and 6 deletions

View File

@@ -4,10 +4,10 @@
#define JANETCONF_H
#define JANET_VERSION_MAJOR 1
#define JANET_VERSION_MINOR 28
#define JANET_VERSION_MINOR 29
#define JANET_VERSION_PATCH 0
#define JANET_VERSION_EXTRA "-dev"
#define JANET_VERSION "1.28.0-dev"
#define JANET_VERSION_EXTRA ""
#define JANET_VERSION "1.29.0"
/* #define JANET_BUILD "local" */