Version v0.3.29 - Update versioning system

This commit is contained in:
2025-12-18 09:33:18 -04:00
parent 4bd0c5aa42
commit 1d6f4a225d
5 changed files with 15 additions and 16 deletions

View File

@@ -3,7 +3,7 @@
////////////////////////////////////////////////////////////////////////////////
// OTP CIPHER - MAIN HEADER FILE
// One Time Pad Implementation v0.2.109
// One Time Pad Implementation
//
// This header file contains all function prototypes and type definitions
// for the OTP Cipher project
@@ -22,6 +22,9 @@
#include <string.h>
#include <ctype.h>
// Version - Updated automatically by build.sh
#define OTP_VERSION "v0.3.24"
// Constants
#define MAX_INPUT_SIZE 4096
#define MAX_LINE_LENGTH 1024