aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2022-10-29 11:58:29 -0500
committerCalvin Rose <calsrose@gmail.com>2022-10-29 11:58:29 -0500
commit894cd0e0228ce5b74dcbc1a5f9fa6135ecae0be0 (patch)
treea3bb9410ae6f634eb9d46f305eb00d7aa3b64cc8
parentUpdate CHANGELOG.md (diff)
Prepare for 1.25.1 release.v1.25.1
-rw-r--r--CHANGELOG.md2
-rw-r--r--src/conf/janetconf.h4
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" */