mirror of
https://github.com/janet-lang/janet
synced 2024-12-26 08:20:27 +00:00
Prepare for 1.25.1 release.
This commit is contained in:
parent
db2c63fffc
commit
894cd0e022
@ -1,7 +1,7 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
All notable changes to this project will be documented in this file.
|
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.
|
- Add `memcmp` function to core library.
|
||||||
- Fix bug in `os/open` with `:rw` permissions not correct on Linux.
|
- Fix bug in `os/open` with `:rw` permissions not correct on Linux.
|
||||||
- Support config.mk for more easily configuring the Makefile.
|
- Support config.mk for more easily configuring the Makefile.
|
||||||
|
@ -6,8 +6,8 @@
|
|||||||
#define JANET_VERSION_MAJOR 1
|
#define JANET_VERSION_MAJOR 1
|
||||||
#define JANET_VERSION_MINOR 25
|
#define JANET_VERSION_MINOR 25
|
||||||
#define JANET_VERSION_PATCH 1
|
#define JANET_VERSION_PATCH 1
|
||||||
#define JANET_VERSION_EXTRA "-dev"
|
#define JANET_VERSION_EXTRA ""
|
||||||
#define JANET_VERSION "1.25.1-dev"
|
#define JANET_VERSION "1.25.1"
|
||||||
|
|
||||||
/* #define JANET_BUILD "local" */
|
/* #define JANET_BUILD "local" */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user