Skip to content

Commit 894cd0e

Browse files
committed
Prepare for 1.25.1 release.
1 parent db2c63f commit 894cd0e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4-
## Unreleased - ???
4+
## 1.25.1 - 2022-10-29
55
- Add `memcmp` function to core library.
66
- Fix bug in `os/open` with `:rw` permissions not correct on Linux.
77
- Support config.mk for more easily configuring the Makefile.

src/conf/janetconf.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
#define JANET_VERSION_MAJOR 1
77
#define JANET_VERSION_MINOR 25
88
#define JANET_VERSION_PATCH 1
9-
#define JANET_VERSION_EXTRA "-dev"
10-
#define JANET_VERSION "1.25.1-dev"
9+
#define JANET_VERSION_EXTRA ""
10+
#define JANET_VERSION "1.25.1"
1111

1212
/* #define JANET_BUILD "local" */
1313

0 commit comments

Comments
 (0)