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 b73855b commit c28df14Copy full SHA for c28df14
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.26.0 - 2023-01-07
5
- Add `ffi/malloc` and `ffi/free`. Useful as tools of last resort.
6
- Add `ffi/jitfn` to allow calling function pointers generated at runtime from machine code.
7
Bring your own assembler, though.
src/conf/janetconf.h
@@ -5,9 +5,9 @@
#define JANET_VERSION_MAJOR 1
#define JANET_VERSION_MINOR 26
8
-#define JANET_VERSION_PATCH 2
9
-#define JANET_VERSION_EXTRA "-dev"
10
-#define JANET_VERSION "1.26.0-dev"
+#define JANET_VERSION_PATCH 0
+#define JANET_VERSION_EXTRA ""
+#define JANET_VERSION "1.26.0"
11
12
/* #define JANET_BUILD "local" */
13
0 commit comments