1
0
mirror of https://github.com/janet-lang/janet synced 2024-12-26 00:10:27 +00:00

Prepare for 1.25.1 release.

This commit is contained in:
Calvin Rose 2022-10-29 11:58:29 -05:00
parent db2c63fffc
commit 894cd0e022
2 changed files with 3 additions and 3 deletions

View File

@ -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.

View File

@ -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" */