diff --git a/CHANGELOG.md b/CHANGELOG.md index 4aa66e61..c5857690 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog 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 on 64 bit linux, mac, and bsd systems. - Allow using `&named` in function prototypes for named arguments. This is a more ergonomic diff --git a/src/conf/janetconf.h b/src/conf/janetconf.h index d711378d..dff90504 100644 --- a/src/conf/janetconf.h +++ b/src/conf/janetconf.h @@ -6,8 +6,8 @@ #define JANET_VERSION_MAJOR 1 #define JANET_VERSION_MINOR 23 #define JANET_VERSION_PATCH 0 -#define JANET_VERSION_EXTRA "-dev" -#define JANET_VERSION "1.23.0-dev" +#define JANET_VERSION_EXTRA "" +#define JANET_VERSION "1.23.0" /* #define JANET_BUILD "local" */