From 894cd0e0228ce5b74dcbc1a5f9fa6135ecae0be0 Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Sat, 29 Oct 2022 11:58:29 -0500 Subject: [PATCH] Prepare for 1.25.1 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 c3bea564..1c007d26 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.1 - 2022-10-29 - Add `memcmp` function to core library. - Fix bug in `os/open` with `:rw` permissions not correct on Linux. - Support config.mk for more easily configuring the Makefile. diff --git a/src/conf/janetconf.h b/src/conf/janetconf.h index 78afab4b..a39fb25c 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 1 -#define JANET_VERSION_EXTRA "-dev" -#define JANET_VERSION "1.25.1-dev" +#define JANET_VERSION_EXTRA "" +#define JANET_VERSION "1.25.1" /* #define JANET_BUILD "local" */