File tree 3 files changed +4
-4
lines changed 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
All notable changes to this project will be documented in this file.
3
3
4
- ## 1.16.1 - ???
4
+ ## 1.16.1 - 2021-06-09
5
5
- Add ` maclintf ` - a utility for adding linting messages when inside macros.
6
6
- Print source code of offending line on compiler warnings and errors.
7
7
- Fix some issues with linting and re-add missing ` make docs ` .
Original file line number Diff line number Diff line change 1
1
# The core janet library
2
- # Copyright 2020 © Calvin Rose
2
+ # Copyright 2021 © Calvin Rose
3
3
4
4
# ##
5
5
# ##
Original file line number Diff line number Diff line change 6
6
#define JANET_VERSION_MAJOR 1
7
7
#define JANET_VERSION_MINOR 16
8
8
#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"
11
11
12
12
/* #define JANET_BUILD "local" */
13
13
You can’t perform that action at this time.
0 commit comments