From 54b52bbeb5b389689f6b08f584805fb62121f870 Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Mon, 10 Oct 2022 18:24:48 -0500 Subject: [PATCH] Prepare for 1.25.0 release. --- CHANGELOG.md | 2 +- 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" */