mirror of
https://github.com/janet-lang/janet
synced 2024-12-26 08:20:27 +00:00
Prepare for 1.15.5 release.
This commit is contained in:
parent
7b7d742bec
commit
e181ee586b
@ -1,7 +1,7 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
## Unreleased - ???
|
## 1.15.5 - 2021-04-25
|
||||||
- Add `declare-headers` to jpm.
|
- Add `declare-headers` to jpm.
|
||||||
- Fix error using unix pipes on BSDs.
|
- Fix error using unix pipes on BSDs.
|
||||||
- Support .cc and .cxx extensions in `jpm` for C++ code.
|
- Support .cc and .cxx extensions in `jpm` for C++ code.
|
||||||
|
@ -6,8 +6,8 @@
|
|||||||
#define JANET_VERSION_MAJOR 1
|
#define JANET_VERSION_MAJOR 1
|
||||||
#define JANET_VERSION_MINOR 15
|
#define JANET_VERSION_MINOR 15
|
||||||
#define JANET_VERSION_PATCH 5
|
#define JANET_VERSION_PATCH 5
|
||||||
#define JANET_VERSION_EXTRA "-dev"
|
#define JANET_VERSION_EXTRA ""
|
||||||
#define JANET_VERSION "1.15.5-dev"
|
#define JANET_VERSION "1.15.5"
|
||||||
|
|
||||||
/* #define JANET_BUILD "local" */
|
/* #define JANET_BUILD "local" */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user