diff options
| author | 2021-04-25 14:00:16 -0500 | |
|---|---|---|
| committer | 2021-04-25 14:00:16 -0500 | |
| commit | e181ee586b16e9ac68bfe281e66fde739a95b9fa (patch) | |
| tree | d9f273e5b41ab9a40c2126da406a6443ca64ca21 | |
| parent | Add declare-headers to jpm. (diff) | |
Prepare for 1.15.5 release.v1.15.5
| -rw-r--r-- | CHANGELOG.md | 2 | ||||
| -rw-r--r-- | src/conf/janetconf.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0be31397..2ce446fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/src/conf/janetconf.h b/src/conf/janetconf.h index 6ac08649..6f971b2b 100644 --- a/src/conf/janetconf.h +++ b/src/conf/janetconf.h @@ -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" */ |
