Skip to content

Commit

Permalink
Increment version to 1.26.1
Browse files Browse the repository at this point in the history
  • Loading branch information
idrassi committed Jul 20, 2024
1 parent b0d6709 commit 72b9580
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 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.26.0"
#define DIRHASH_VERSION "1.26.1"


using namespace std;
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,26,0,0
PRODUCTVERSION 1,26,0,0
FILEVERSION 1,26,1,0
PRODUCTVERSION 1,26,1,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.26.0.0"
VALUE "FileVersion", "1.26.1.0"
VALUE "InternalName", "DirHash"
VALUE "LegalCopyright", "Copyright (C) 2024 IDRIX"
VALUE "OriginalFilename", "DirHash.exe"
VALUE "ProductName", "DirHash Application"
VALUE "ProductVersion", "1.26.0.0"
VALUE "ProductVersion", "1.26.1.0"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 72b9580

Please sign in to comment.