Prepare for 1.15.5 release.

This commit is contained in:
Calvin Rose 2021-04-25 14:00:16 -05:00
parent 7b7d742bec
commit e181ee586b
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Changelog
All notable changes to this project will be documented in this file.
## Unreleased - ???
## 1.15.5 - 2021-04-25
- Add `declare-headers` to jpm.
- Fix error using unix pipes on BSDs.
- Support .cc and .cxx extensions in `jpm` for C++ code.

View File

@ -6,8 +6,8 @@
#define JANET_VERSION_MAJOR 1
#define JANET_VERSION_MINOR 15
#define JANET_VERSION_PATCH 5
#define JANET_VERSION_EXTRA "-dev"
#define JANET_VERSION "1.15.5-dev"
#define JANET_VERSION_EXTRA ""
#define JANET_VERSION "1.15.5"
/* #define JANET_BUILD "local" */