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 5b79b48 commit 85cb35eCopy full SHA for 85cb35e
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.37.0 - 2024-12-05
5
- Fix meson cross compilation
6
- Update timeout documentation for networking APIs: timeouts raise errors and do not return nil.
7
- Add `janet_addtimeout_nil(double sec);` to the C API.
src/conf/janetconf.h
@@ -6,8 +6,8 @@
#define JANET_VERSION_MAJOR 1
#define JANET_VERSION_MINOR 37
8
#define JANET_VERSION_PATCH 0
9
-#define JANET_VERSION_EXTRA "-dev"
10
-#define JANET_VERSION "1.37.0-dev"
+#define JANET_VERSION_EXTRA ""
+#define JANET_VERSION "1.37.0"
11
12
/* #define JANET_BUILD "local" */
13
0 commit comments