mirror of
https://github.com/janet-lang/janet
synced 2025-06-26 15:12:49 +00:00
Prepare for 1.26.0 release
This commit is contained in:
parent
b73855b193
commit
c28df14e6b
@ -1,7 +1,7 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
All notable changes to this project will be documented in this file.
|
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/malloc` and `ffi/free`. Useful as tools of last resort.
|
||||||
- Add `ffi/jitfn` to allow calling function pointers generated at runtime from machine code.
|
- Add `ffi/jitfn` to allow calling function pointers generated at runtime from machine code.
|
||||||
Bring your own assembler, though.
|
Bring your own assembler, though.
|
||||||
|
@ -5,9 +5,9 @@
|
|||||||
|
|
||||||
#define JANET_VERSION_MAJOR 1
|
#define JANET_VERSION_MAJOR 1
|
||||||
#define JANET_VERSION_MINOR 26
|
#define JANET_VERSION_MINOR 26
|
||||||
#define JANET_VERSION_PATCH 2
|
#define JANET_VERSION_PATCH 0
|
||||||
#define JANET_VERSION_EXTRA "-dev"
|
#define JANET_VERSION_EXTRA ""
|
||||||
#define JANET_VERSION "1.26.0-dev"
|
#define JANET_VERSION "1.26.0"
|
||||||
|
|
||||||
/* #define JANET_BUILD "local" */
|
/* #define JANET_BUILD "local" */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user