Skip to content

Commit 87f8fe1

Browse files
committed
Prepare for 1.16.1 release.
1 parent 2eadb21 commit 87f8fe1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4-
## 1.16.1 - ???
4+
## 1.16.1 - 2021-06-09
55
- Add `maclintf` - a utility for adding linting messages when inside macros.
66
- Print source code of offending line on compiler warnings and errors.
77
- Fix some issues with linting and re-add missing `make docs`.

src/boot/boot.janet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# The core janet library
2-
# Copyright 2020 © Calvin Rose
2+
# Copyright 2021 © Calvin Rose
33

44
###
55
###

src/conf/janetconf.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
#define JANET_VERSION_MAJOR 1
77
#define JANET_VERSION_MINOR 16
88
#define JANET_VERSION_PATCH 1
9-
#define JANET_VERSION_EXTRA "-dev"
10-
#define JANET_VERSION "1.16.1-dev"
9+
#define JANET_VERSION_EXTRA ""
10+
#define JANET_VERSION "1.16.1"
1111

1212
/* #define JANET_BUILD "local" */
1313

0 commit comments

Comments
 (0)