From cfa39ab3b05663b24946ad9b9da8d1797907329c Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Mon, 20 Jun 2022 10:49:25 -0500 Subject: [PATCH] Prepare for 1.23.0 release. --- CHANGELOG.md | 2 +- src/conf/janetconf.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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" */