From 87f8fe14dd22eae663dbc49b7ea068306d29e2c3 Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Wed, 9 Jun 2021 19:08:24 -0500 Subject: [PATCH] Prepare for 1.16.1 release. --- CHANGELOG.md | 2 +- src/boot/boot.janet | 2 +- 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" */