File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 8585#include " Streebog.h"
8686#endif
8787
88- #define DIRHASH_VERSION " 1.20 .0"
88+ #define DIRHASH_VERSION " 1.21 .0"
8989
9090
9191using namespace std ;
@@ -1931,7 +1931,7 @@ void ShowLogo()
19311931 return ;
19321932
19331933 SetConsoleTextAttribute (g_hConsole, FOREGROUND_GREEN | FOREGROUND_INTENSITY);
1934- _tprintf (_T (" \n DirHash " ) _T (DIRHASH_VERSION) _T (" by Mounir IDRASSI (mounir@idrix.fr) Copyright 2010-2020 \n\n " ));
1934+ _tprintf (_T (" \n DirHash " ) _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.\n It 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 ();
Original file line number Diff line number Diff line change 5151//
5252
5353VS_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"
You can’t perform that action at this time.
0 commit comments