Skip to content

Commit c28df14

Browse files
committed
Prepare for 1.26.0 release
1 parent b73855b commit c28df14

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4-
## ??? - Unreleased
4+
## 1.26.0 - 2023-01-07
55
- Add `ffi/malloc` and `ffi/free`. Useful as tools of last resort.
66
- Add `ffi/jitfn` to allow calling function pointers generated at runtime from machine code.
77
Bring your own assembler, though.

src/conf/janetconf.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55

66
#define JANET_VERSION_MAJOR 1
77
#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"
8+
#define JANET_VERSION_PATCH 0
9+
#define JANET_VERSION_EXTRA ""
10+
#define JANET_VERSION "1.26.0"
1111

1212
/* #define JANET_BUILD "local" */
1313

0 commit comments

Comments
 (0)