File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 141
141
//
142
142
143
143
VS_VERSION_INFO VERSIONINFO
144
- FILEVERSION 2,2 ,0,0
145
- PRODUCTVERSION 2,2 ,0,0
144
+ FILEVERSION 2,3 ,0,0
145
+ PRODUCTVERSION 2,3 ,0,0
146
146
FILEFLAGSMASK 0x3fL
147
147
#ifdef _DEBUG
148
148
FILEFLAGS 0x1L
@@ -159,12 +159,12 @@ BEGIN
159
159
BEGIN
160
160
VALUE "CompanyName", "namazso"
161
161
VALUE "FileDescription", "OpenHashTab Shell Extension"
162
- VALUE "FileVersion", "2.2 .0.0"
162
+ VALUE "FileVersion", "2.3 .0.0"
163
163
VALUE "InternalName", "OpenHashTab.dll"
164
164
VALUE "LegalCopyright", "(c) namazso. Licensed under GNU GPLv3 or (at your option) later."
165
165
VALUE "OriginalFilename", "OpenHashTab.dll"
166
166
VALUE "ProductName", "OpenHashTab"
167
- VALUE "ProductVersion", "2.2 .0.0"
167
+ VALUE "ProductVersion", "2.3 .0.0"
168
168
END
169
169
END
170
170
BLOCK "VarFileInfo"
Original file line number Diff line number Diff line change 2
2
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
3
3
4
4
#define MyAppName " OpenHashTab"
5
- #define MyAppVersion " 2.2 .0"
5
+ #define MyAppVersion " 2.3 .0"
6
6
#define MyAppPublisher " namazso"
7
7
#define MyAppURL " https://github.com/namazso/OpenHashTab"
8
8
#define DLLName " OpenHashTab.dll"
You can’t perform that action at this time.
0 commit comments