Skip to content

Commit

Permalink
Prepare for 1.16.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
bakpakin committed Jun 10, 2021
1 parent 2eadb21 commit 87f8fe1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`.
Expand Down
2 changes: 1 addition & 1 deletion src/boot/boot.janet
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# The core janet library
# Copyright 2020 © Calvin Rose
# Copyright 2021 © Calvin Rose

###
###
Expand Down
4 changes: 2 additions & 2 deletions src/conf/janetconf.h
Original file line number Diff line number Diff line change
Expand Up @@ -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" */

Expand Down

0 comments on commit 87f8fe1

Please sign in to comment.