diff options
| author | 2021-12-04 13:34:41 -0600 | |
|---|---|---|
| committer | 2021-12-04 13:34:41 -0600 | |
| commit | 4dc281a05f8f60d25f98bd6adbf94355a9a0d1e4 (patch) | |
| tree | 4dff88cd48a8a45fa510a39af16e844708070f7b | |
| parent | Update changelog.md (diff) | |
Prepare for 1.19.1 release.v1.19.1
| -rw-r--r-- | CHANGELOG.md | 2 | ||||
| -rw-r--r-- | 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" */ |
