Skip to content

Commit

Permalink
Prepare for 1.25.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
bakpakin committed Oct 29, 2022
1 parent db2c63f commit 894cd0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions src/conf/janetconf.h
Original file line number Diff line number Diff line change
Expand Up @@ -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" */

Expand Down

0 comments on commit 894cd0e

Please sign in to comment.