We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db2c63f commit 894cd0eCopy full SHA for 894cd0e
CHANGELOG.md
@@ -1,7 +1,7 @@
1
# Changelog
2
All notable changes to this project will be documented in this file.
3
4
-## Unreleased - ???
+## 1.25.1 - 2022-10-29
5
- Add `memcmp` function to core library.
6
- Fix bug in `os/open` with `:rw` permissions not correct on Linux.
7
- Support config.mk for more easily configuring the Makefile.
src/conf/janetconf.h
@@ -6,8 +6,8 @@
#define JANET_VERSION_MAJOR 1
#define JANET_VERSION_MINOR 25
8
#define JANET_VERSION_PATCH 1
9
-#define JANET_VERSION_EXTRA "-dev"
10
-#define JANET_VERSION "1.25.1-dev"
+#define JANET_VERSION_EXTRA ""
+#define JANET_VERSION "1.25.1"
11
12
/* #define JANET_BUILD "local" */
13
0 commit comments