diff options
| author | 2022-10-10 18:24:48 -0500 | |
|---|---|---|
| committer | 2022-10-10 18:24:48 -0500 | |
| commit | 54b52bbeb5b389689f6b08f584805fb62121f870 (patch) | |
| tree | 41c22f086ea01ddb12f3f4adcd4ef39ca8974093 | |
| parent | Update CHANGELOG.md (diff) | |
Prepare for 1.25.0 release.v1.25.0
| -rw-r--r-- | CHANGELOG.md | 2 | ||||
| -rw-r--r-- | src/conf/janetconf.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index da26cb41..19a49106 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog All notable changes to this project will be documented in this file. -## ??? - Unreleased +## 1.25.0 - 2022-10-10 - Windows FFI fixes. - Fix PEG `if-not` combinator with captures in the condition - Fix bug with `os/date` with nil first argument diff --git a/src/conf/janetconf.h b/src/conf/janetconf.h index 2a959a69..f1c57962 100644 --- a/src/conf/janetconf.h +++ b/src/conf/janetconf.h @@ -6,8 +6,8 @@ #define JANET_VERSION_MAJOR 1 #define JANET_VERSION_MINOR 25 #define JANET_VERSION_PATCH 0 -#define JANET_VERSION_EXTRA "-dev" -#define JANET_VERSION "1.25.0-dev" +#define JANET_VERSION_EXTRA "" +#define JANET_VERSION "1.25.0" /* #define JANET_BUILD "local" */ |
