From 35a5c9496d9db9383603e6d020f874bfa8fce857 Mon Sep 17 00:00:00 2001 From: Leonetienne Date: Wed, 1 Jun 2022 03:46:27 +0200 Subject: [PATCH] Wording in help page --- GCryptCLI/include/Version.h | 2 +- GCryptCLI/src/CommandlineInterface.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/GCryptCLI/include/Version.h b/GCryptCLI/include/Version.h index 5b9f81f..7a7217b 100644 --- a/GCryptCLI/include/Version.h +++ b/GCryptCLI/include/Version.h @@ -1,7 +1,7 @@ #ifndef GCRYPTCLI_VERSION_H #define GCRYPTCLI_VERSION_H -#define GCRYPTCLI_VERSION 0.1251 +#define GCRYPTCLI_VERSION 0.12511 #endif diff --git a/GCryptCLI/src/CommandlineInterface.cpp b/GCryptCLI/src/CommandlineInterface.cpp index a5e6a66..b6fcec3 100644 --- a/GCryptCLI/src/CommandlineInterface.cpp +++ b/GCryptCLI/src/CommandlineInterface.cpp @@ -13,8 +13,8 @@ void CommandlineInterface::Init(int argc, const char* const* argv) { std::stringstream ss; ss << "CLI for the GCrypt cipher/obfuscator" << std::endl << "Copyright (c) 2022 Leon Etienne" << std::endl - << "GCrypt v" << GCRYPT_VERSION << std::endl - << "GCrypt CLI v" << GCRYPTCLI_VERSION << std::endl + << "GCryptLib v" << GCRYPT_VERSION << std::endl + << "GCryptCLI v" << GCRYPTCLI_VERSION << std::endl << "THIS IS EXPERIMENTAL SOFTWARE AND MUST BE CONSIDERED INSECURE. DO NOT USE THIS TO ENCRYPT SENSITIVE DATA! READ THE README FILES ACCESSIBLE AT \"https://gitea.leonetienne.de/leonetienne/GCrypt\""; nupp.SetBriefDescription(ss.str()); ss.str("");