From 89aa3baff63af54df5cd9dc36dc3298ecd0a7a25 Mon Sep 17 00:00:00 2001 From: Laan Tungir Date: Thu, 25 Dec 2025 08:25:18 -0500 Subject: [PATCH] Version v0.3.39 - . --- README.md | 6 +++--- src/main.h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0136f72..fdaf5de 100644 --- a/README.md +++ b/README.md @@ -58,14 +58,14 @@ One-time pads can be trivially encrypted and decrypted using pencil and paper, m ### Download Pre-Built Binaries -**[Download Current Linux x86](https://git.laantungir.net/laantungir/otp/releases/download/v0.3.37/otp-v0.3.37-linux-x86_64)** +**[Download Current Linux x86](https://git.laantungir.net/laantungir/otp/releases/download/v0.3.38/otp-v0.3.38-linux-x86_64)** -**[Download Current Raspberry Pi 64](https://git.laantungir.net/laantungir/otp/releases/download/v0.3.37/otp-v0.3.37-linux-arm64)** +**[Download Current Raspberry Pi 64](https://git.laantungir.net/laantungir/otp/releases/download/v0.3.38/otp-v0.3.38-linux-arm64)** After downloading: ```bash # Rename for convenience, then make executable -mv otp-v0.3.37-linux-x86_64 otp +mv otp-v0.3.38-linux-x86_64 otp chmod +x otp # Run it diff --git a/src/main.h b/src/main.h index 765465e..9365dcf 100644 --- a/src/main.h +++ b/src/main.h @@ -23,7 +23,7 @@ #include // Version - Updated automatically by build.sh -#define OTP_VERSION "v0.3.37" +#define OTP_VERSION "v0.3.38" // Constants #define MAX_INPUT_SIZE 4096