aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2024-12-05 17:51:06 -0600
committerCalvin Rose <calsrose@gmail.com>2024-12-05 17:51:06 -0600
commit85cb35e68f9d29912d3a2a24d8d6dc90d706ad6d (patch)
treead38732d74dcf76673193d2ed3da37a756325b17
parentAddress #1524 - fix meson cross compilation linking. (diff)
Prepare for 1.37.0 release.v1.37.0
-rw-r--r--CHANGELOG.md2
-rw-r--r--src/conf/janetconf.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f128eee1..48c5e80b 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.37.0 - 2024-12-05
- Fix meson cross compilation
- Update timeout documentation for networking APIs: timeouts raise errors and do not return nil.
- Add `janet_addtimeout_nil(double sec);` to the C API.
diff --git a/src/conf/janetconf.h b/src/conf/janetconf.h
index 0211ee22..4ac3f0cf 100644
--- a/src/conf/janetconf.h
+++ b/src/conf/janetconf.h
@@ -6,8 +6,8 @@
#define JANET_VERSION_MAJOR 1
#define JANET_VERSION_MINOR 37
#define JANET_VERSION_PATCH 0
-#define JANET_VERSION_EXTRA "-dev"
-#define JANET_VERSION "1.37.0-dev"
+#define JANET_VERSION_EXTRA ""
+#define JANET_VERSION "1.37.0"
/* #define JANET_BUILD "local" */