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

@@ -241,7 +241,7 @@ int command_line_mode(int argc, char* argv[]) {
}
void print_usage(const char* program_name) {
printf("OTP Cipher - One Time Pad Implementation v0.3.16\n");
printf("OTP Cipher - One Time Pad Implementation %s\n", OTP_VERSION);
printf("Built for testing entropy system\n");
printf("Usage:\n");
printf(" %s - Interactive mode\n", program_name);