From c28df14e6b016dff9efe8c862b2df7de5ad00fc0 Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Sat, 7 Jan 2023 15:08:40 -0600 Subject: [PATCH] Prepare for 1.26.0 release --- CHANGELOG.md | 2 +- src/conf/janetconf.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d67dd46a..d242f76a4 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 44367a688..9bc39452a 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" */