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 1174c68 commit 54b52bbCopy full SHA for 54b52bb
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.0 - 2022-10-10
5
- Windows FFI fixes.
6
- Fix PEG `if-not` combinator with captures in the condition
7
- Fix bug with `os/date` with nil first argument
src/conf/janetconf.h
@@ -6,8 +6,8 @@
#define JANET_VERSION_MAJOR 1
#define JANET_VERSION_MINOR 25
8
#define JANET_VERSION_PATCH 0
9
-#define JANET_VERSION_EXTRA "-dev"
10
-#define JANET_VERSION "1.25.0-dev"
+#define JANET_VERSION_EXTRA ""
+#define JANET_VERSION "1.25.0"
11
12
/* #define JANET_BUILD "local" */
13
0 commit comments