aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2023-01-07 15:08:40 -0600
committerCalvin Rose <calsrose@gmail.com>2023-01-07 15:08:40 -0600
commitc28df14e6b016dff9efe8c862b2df7de5ad00fc0 (patch)
treebaa8d5f2f73969b9ae879dd0fc0511beec670abe
parentMerge branch 'master' of github.com:janet-lang/janet (diff)
Prepare for 1.26.0 releasev1.26.0
-rw-r--r--CHANGELOG.md2
-rw-r--r--src/conf/janetconf.h6
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" */