Skip to content

Commit 80b58be

Browse files
committed
Increment version to 1.21.0
1 parent 0606fbe commit 80b58be

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

DirHash.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
#include "Streebog.h"
8686
#endif
8787

88-
#define DIRHASH_VERSION "1.20.0"
88+
#define DIRHASH_VERSION "1.21.0"
8989

9090

9191
using namespace std;
@@ -1931,7 +1931,7 @@ void ShowLogo()
19311931
return;
19321932

19331933
SetConsoleTextAttribute(g_hConsole, FOREGROUND_GREEN | FOREGROUND_INTENSITY);
1934-
_tprintf(_T("\nDirHash ") _T(DIRHASH_VERSION) _T(" by Mounir IDRASSI (mounir@idrix.fr) Copyright 2010-2020\n\n"));
1934+
_tprintf(_T("\nDirHash ") _T(DIRHASH_VERSION) _T(" by Mounir IDRASSI (mounir@idrix.fr) Copyright 2010-2021\n\n"));
19351935
_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"));
19361936
_tprintf(_T("Supported Algorithms :\n"));
19371937
std::vector<std::wstring> algos = Hash::GetSupportedHashIds();

DirHash.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ END
5151
//
5252

5353
VS_VERSION_INFO VERSIONINFO
54-
FILEVERSION 1,20,0,0
55-
PRODUCTVERSION 1,20,0,0
54+
FILEVERSION 1,21,0,0
55+
PRODUCTVERSION 1,21,0,0
5656
FILEFLAGSMASK 0x17L
5757
#ifdef _DEBUG
5858
FILEFLAGS 0x1L
@@ -70,12 +70,12 @@ BEGIN
7070
VALUE "Comments", "By Mounir IDRASSI"
7171
VALUE "CompanyName", "IDRIX"
7272
VALUE "FileDescription", "compute Hash of directories and files"
73-
VALUE "FileVersion", "1.20.0.0"
73+
VALUE "FileVersion", "1.21.0.0"
7474
VALUE "InternalName", "DirHash"
7575
VALUE "LegalCopyright", "Copyright (C) 2021 IDRIX"
7676
VALUE "OriginalFilename", "DirHash.exe"
7777
VALUE "ProductName", "DirHash Application"
78-
VALUE "ProductVersion", "1.20.0.0"
78+
VALUE "ProductVersion", "1.21.0.0"
7979
END
8080
END
8181
BLOCK "VarFileInfo"

0 commit comments

Comments
 (0)