From 4dc281a05f8f60d25f98bd6adbf94355a9a0d1e4 Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Sat, 4 Dec 2021 13:34:41 -0600 Subject: [PATCH] Prepare for 1.19.1 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 f9834f0c..007f924a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog All notable changes to this project will be documented in this file. -## Unreleased - ??? +## 1.19.1 - 2021-12-04 - Add an optional `prefix` paramater to `debug/stacktrace` to allow printing prettier error messages. - Remove appveyor for CI pipeline - Fixed a bug that prevented sending threaded abstracts over threaded channels. diff --git a/src/conf/janetconf.h b/src/conf/janetconf.h index bd315f0f..bf6e123f 100644 --- a/src/conf/janetconf.h +++ b/src/conf/janetconf.h @@ -6,8 +6,8 @@ #define JANET_VERSION_MAJOR 1 #define JANET_VERSION_MINOR 19 #define JANET_VERSION_PATCH 1 -#define JANET_VERSION_EXTRA "-dev" -#define JANET_VERSION "1.19.1-dev" +#define JANET_VERSION_EXTRA "" +#define JANET_VERSION "1.19.1" /* #define JANET_BUILD "local" */