diff options
| -rw-r--r-- | CHANGELOG.md | 2 | ||||
| -rw-r--r-- | src/boot/boot.janet | 2 | ||||
| -rw-r--r-- | src/conf/janetconf.h | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 03d36036..9288f3c9 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.16.1 - ??? +## 1.16.1 - 2021-06-09 - Add `maclintf` - a utility for adding linting messages when inside macros. - Print source code of offending line on compiler warnings and errors. - Fix some issues with linting and re-add missing `make docs`. diff --git a/src/boot/boot.janet b/src/boot/boot.janet index 0cdf71e9..9704ae0b 100644 --- a/src/boot/boot.janet +++ b/src/boot/boot.janet @@ -1,5 +1,5 @@ # The core janet library -# Copyright 2020 © Calvin Rose +# Copyright 2021 © Calvin Rose ### ### diff --git a/src/conf/janetconf.h b/src/conf/janetconf.h index 796d8677..551fb75a 100644 --- a/src/conf/janetconf.h +++ b/src/conf/janetconf.h @@ -6,8 +6,8 @@ #define JANET_VERSION_MAJOR 1 #define JANET_VERSION_MINOR 16 #define JANET_VERSION_PATCH 1 -#define JANET_VERSION_EXTRA "-dev" -#define JANET_VERSION "1.16.1-dev" +#define JANET_VERSION_EXTRA "" +#define JANET_VERSION "1.16.1" /* #define JANET_BUILD "local" */ |
