1 Commits

Author SHA1 Message Date
Your Name
640386e2c1 v0.1.25 - Fix 100% CPU bug in relay client - SSL_pending busy-wait 2026-02-03 14:18:25 -04:00
3 changed files with 2 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -10,8 +10,8 @@
// Version information (auto-updated by build system)
#define VERSION_MAJOR 0
#define VERSION_MINOR 1
#define VERSION_PATCH 24
#define VERSION "v0.1.24"
#define VERSION_PATCH 25
#define VERSION "v0.1.25"
#include <stddef.h>
#include <stdint.h>