Skip to content

Commit

Permalink
Prepare for 1.26.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bakpakin committed Jan 7, 2023
1 parent b73855b commit c28df14
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
6 changes: 3 additions & 3 deletions src/conf/janetconf.h
Original file line number Diff line number Diff line change
Expand Up @@ -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" */

Expand Down

0 comments on commit c28df14

Please sign in to comment.