Skip to content

Commit 21e4582

Browse files
committed
New Release v1.74
1 parent 00a855b commit 21e4582

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

GbxDump/GbxDump.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ BOOL AllowDarkModeForWindow(HWND hwndParent, BOOL bAllow);
7575
////////////////////////////////////////////////////////////////////////////////////////////////
7676
// Global Variables
7777
//
78-
#define VERSION TEXT("1.73")
78+
#define VERSION TEXT("1.74")
7979
#if defined(_WIN64)
8080
#define PLATFORM TEXT("64-bit")
8181
#else

GbxDump/GbxDump.exe.manifest

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
22
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
3-
<assemblyIdentity type="win32" name="Electron.GbxTools.GbxDump" version="1.73.0.121" processorArchitecture="x86"></assemblyIdentity>
3+
<assemblyIdentity type="win32" name="Electron.GbxTools.GbxDump" version="1.74.0.122" processorArchitecture="x86"></assemblyIdentity>
44
<description>GbxDump</description>
55
<dependency>
66
<dependentAssembly>

GbxDump/GbxDump.rc

+2-2
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ IDI_GBXDUMP ICON "GbxDump.ico"
240240
//
241241

242242
VS_VERSION_INFO VERSIONINFO
243-
FILEVERSION 1,73,0,121
243+
FILEVERSION 1,74,0,122
244244
PRODUCTVERSION 1,0,0,0
245245
FILEFLAGSMASK 0x3fL
246246
#ifdef _DEBUG
@@ -259,7 +259,7 @@ BEGIN
259259
VALUE "Comments", "GBX file header viewer application"
260260
VALUE "CompanyName", "Electron"
261261
VALUE "FileDescription", "Gbx File Dumper"
262-
VALUE "FileVersion", "1.73.0.121"
262+
VALUE "FileVersion", "1.74.0.122"
263263
VALUE "InternalName", "GbxDump"
264264
VALUE "LegalCopyright", "Copyright � 2010-2023 by Electron"
265265
VALUE "OriginalFilename", "GbxDump.exe"

GbxDump/GbxDump64.exe.manifest

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
22
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
3-
<assemblyIdentity type="win32" name="Electron.GbxTools.GbxDump" version="1.73.0.121" processorArchitecture="amd64"></assemblyIdentity>
3+
<assemblyIdentity type="win32" name="Electron.GbxTools.GbxDump" version="1.74.0.122" processorArchitecture="amd64"></assemblyIdentity>
44
<description>GbxDump</description>
55
<dependency>
66
<dependentAssembly>

Setup/Setup.vdproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@
401401
"RemovePreviousVersions" = "11:TRUE"
402402
"DetectNewerInstalledVersion" = "11:TRUE"
403403
"InstallAllUsers" = "11:FALSE"
404-
"ProductVersion" = "8:1.73.0"
404+
"ProductVersion" = "8:1.74"
405405
"Manufacturer" = "8:Electron"
406406
"ARPHELPTELEPHONE" = "8:"
407407
"ARPHELPLINK" = "8:http://www.wolfgang-rolke.de/gbxdump/"

Setup64/Setup64.vdproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@
401401
"RemovePreviousVersions" = "11:TRUE"
402402
"DetectNewerInstalledVersion" = "11:TRUE"
403403
"InstallAllUsers" = "11:FALSE"
404-
"ProductVersion" = "8:1.73.0"
404+
"ProductVersion" = "8:1.74"
405405
"Manufacturer" = "8:Electron"
406406
"ARPHELPTELEPHONE" = "8:"
407407
"ARPHELPLINK" = "8:http://www.wolfgang-rolke.de/gbxdump/"

0 commit comments

Comments
 (0)