mirror of
https://github.com/janet-lang/janet
synced 2025-07-27 14:22:57 +00:00
Prepare for 1.23.0 release.
This commit is contained in:
parent
47e91bfd89
commit
cfa39ab3b0
@ -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.
|
||||||
|
|
||||||
## 1.23.0 - ???
|
## 1.23.0 - 2022-06-20
|
||||||
- Add experimental `ffi/` module for interfacing with dynamic libraries and raw function pointers. Only available
|
- Add experimental `ffi/` module for interfacing with dynamic libraries and raw function pointers. Only available
|
||||||
on 64 bit linux, mac, and bsd systems.
|
on 64 bit linux, mac, and bsd systems.
|
||||||
- Allow using `&named` in function prototypes for named arguments. This is a more ergonomic
|
- Allow using `&named` in function prototypes for named arguments. This is a more ergonomic
|
||||||
|
@ -6,8 +6,8 @@
|
|||||||
#define JANET_VERSION_MAJOR 1
|
#define JANET_VERSION_MAJOR 1
|
||||||
#define JANET_VERSION_MINOR 23
|
#define JANET_VERSION_MINOR 23
|
||||||
#define JANET_VERSION_PATCH 0
|
#define JANET_VERSION_PATCH 0
|
||||||
#define JANET_VERSION_EXTRA "-dev"
|
#define JANET_VERSION_EXTRA ""
|
||||||
#define JANET_VERSION "1.23.0-dev"
|
#define JANET_VERSION "1.23.0"
|
||||||
|
|
||||||
/* #define JANET_BUILD "local" */
|
/* #define JANET_BUILD "local" */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user