We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b7d742 commit e181ee5Copy full SHA for e181ee5
CHANGELOG.md
@@ -1,7 +1,7 @@
1
# Changelog
2
All notable changes to this project will be documented in this file.
3
4
-## Unreleased - ???
+## 1.15.5 - 2021-04-25
5
- Add `declare-headers` to jpm.
6
- Fix error using unix pipes on BSDs.
7
- Support .cc and .cxx extensions in `jpm` for C++ code.
src/conf/janetconf.h
@@ -6,8 +6,8 @@
#define JANET_VERSION_MAJOR 1
#define JANET_VERSION_MINOR 15
8
#define JANET_VERSION_PATCH 5
9
-#define JANET_VERSION_EXTRA "-dev"
10
-#define JANET_VERSION "1.15.5-dev"
+#define JANET_VERSION_EXTRA ""
+#define JANET_VERSION "1.15.5"
11
12
/* #define JANET_BUILD "local" */
13
0 commit comments