Version v0.3.29 - Update versioning system
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user