diff options
| -rw-r--r-- | CHANGELOG.md | 2 | ||||
| -rw-r--r-- | src/conf/janetconf.h | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d67dd46..d242f76a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog All notable changes to this project will be documented in this file. -## ??? - Unreleased +## 1.26.0 - 2023-01-07 - Add `ffi/malloc` and `ffi/free`. Useful as tools of last resort. - Add `ffi/jitfn` to allow calling function pointers generated at runtime from machine code. Bring your own assembler, though. diff --git a/src/conf/janetconf.h b/src/conf/janetconf.h index 44367a68..9bc39452 100644 --- a/src/conf/janetconf.h +++ b/src/conf/janetconf.h @@ -5,9 +5,9 @@ #define JANET_VERSION_MAJOR 1 #define JANET_VERSION_MINOR 26 -#define JANET_VERSION_PATCH 2 -#define JANET_VERSION_EXTRA "-dev" -#define JANET_VERSION "1.26.0-dev" +#define JANET_VERSION_PATCH 0 +#define JANET_VERSION_EXTRA "" +#define JANET_VERSION "1.26.0" /* #define JANET_BUILD "local" */ |
