Skip to content

Commit

Permalink
Increment version to 1.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
idrassi committed Jul 31, 2021
1 parent 0606fbe commit 80b58be
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions DirHash.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
#include "Streebog.h"
#endif

#define DIRHASH_VERSION "1.20.0"
#define DIRHASH_VERSION "1.21.0"


using namespace std;
Expand Down Expand Up @@ -1931,7 +1931,7 @@ void ShowLogo()
return;

SetConsoleTextAttribute(g_hConsole, FOREGROUND_GREEN | FOREGROUND_INTENSITY);
_tprintf(_T("\nDirHash ") _T(DIRHASH_VERSION) _T(" by Mounir IDRASSI ([email protected]) Copyright 2010-2020\n\n"));
_tprintf(_T("\nDirHash ") _T(DIRHASH_VERSION) _T(" by Mounir IDRASSI ([email protected]) 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<std::wstring> algos = Hash::GetSupportedHashIds();
Expand Down
8 changes: 4 additions & 4 deletions DirHash.rc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
Expand Down

0 comments on commit 80b58be

Please sign in to comment.