diff --git a/DirHash.cpp b/DirHash.cpp index 298b77d..ef48c41 100644 --- a/DirHash.cpp +++ b/DirHash.cpp @@ -85,7 +85,7 @@ #include "Streebog.h" #endif -#define DIRHASH_VERSION "1.20.0" +#define DIRHASH_VERSION "1.21.0" using namespace std; @@ -1931,7 +1931,7 @@ void ShowLogo() return; SetConsoleTextAttribute(g_hConsole, FOREGROUND_GREEN | FOREGROUND_INTENSITY); - _tprintf(_T("\nDirHash ") _T(DIRHASH_VERSION) _T(" by Mounir IDRASSI (mounir@idrix.fr) Copyright 2010-2020\n\n")); + _tprintf(_T("\nDirHash ") _T(DIRHASH_VERSION) _T(" by Mounir IDRASSI (mounir@idrix.fr) Copyright 2010-2021\n\n")); _tprintf(_T("Recursively compute hash of a given directory content in lexicographical order.\nIt can also compute the hash of a single file.\n\n")); _tprintf(_T("Supported Algorithms :\n")); std::vector algos = Hash::GetSupportedHashIds(); diff --git a/DirHash.rc b/DirHash.rc index 7b2ecc4..fe7ba90 100644 --- a/DirHash.rc +++ b/DirHash.rc @@ -51,8 +51,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,20,0,0 - PRODUCTVERSION 1,20,0,0 + FILEVERSION 1,21,0,0 + PRODUCTVERSION 1,21,0,0 FILEFLAGSMASK 0x17L #ifdef _DEBUG FILEFLAGS 0x1L @@ -70,12 +70,12 @@ BEGIN VALUE "Comments", "By Mounir IDRASSI" VALUE "CompanyName", "IDRIX" VALUE "FileDescription", "compute Hash of directories and files" - VALUE "FileVersion", "1.20.0.0" + VALUE "FileVersion", "1.21.0.0" VALUE "InternalName", "DirHash" VALUE "LegalCopyright", "Copyright (C) 2021 IDRIX" VALUE "OriginalFilename", "DirHash.exe" VALUE "ProductName", "DirHash Application" - VALUE "ProductVersion", "1.20.0.0" + VALUE "ProductVersion", "1.21.0.0" END END BLOCK "VarFileInfo"