Skip to content

Commit 82af133

Browse files
committed
Release v1.75
1 parent bba8d20 commit 82af133

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
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.74")
78+
#define VERSION TEXT("1.75")
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.74.0.122" processorArchitecture="x86"></assemblyIdentity>
3+
<assemblyIdentity type="win32" name="Electron.GbxTools.GbxDump" version="1.75.0.123" 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,74,0,122
243+
FILEVERSION 1,75,0,123
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.74.0.122"
262+
VALUE "FileVersion", "1.75.0.123"
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.74.0.122" processorArchitecture="amd64"></assemblyIdentity>
3+
<assemblyIdentity type="win32" name="Electron.GbxTools.GbxDump" version="1.75.0.123" processorArchitecture="amd64"></assemblyIdentity>
44
<description>GbxDump</description>
55
<dependency>
66
<dependentAssembly>

Setup/Setup.vdproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -393,15 +393,15 @@
393393
{
394394
"Name" = "8:Microsoft Visual Studio"
395395
"ProductName" = "8:GbxDump"
396-
"ProductCode" = "8:{01179853-EFEB-424A-A3BB-BE998277E702}"
397-
"PackageCode" = "8:{7BECE4B4-84A8-46B9-B868-375D5A74C253}"
396+
"ProductCode" = "8:{00D9D948-9AB2-4DCE-98E9-E0FA54DFF00D}"
397+
"PackageCode" = "8:{A72A656A-EB39-4D21-952B-5828663AEE24}"
398398
"UpgradeCode" = "8:{27EEECFA-0807-4728-A6A4-843278BFDEDB}"
399399
"AspNetVersion" = "8:4.0.30319.0"
400400
"RestartWWWService" = "11:FALSE"
401401
"RemovePreviousVersions" = "11:TRUE"
402402
"DetectNewerInstalledVersion" = "11:TRUE"
403403
"InstallAllUsers" = "11:FALSE"
404-
"ProductVersion" = "8:1.74"
404+
"ProductVersion" = "8:1.75"
405405
"Manufacturer" = "8:Electron"
406406
"ARPHELPTELEPHONE" = "8:"
407407
"ARPHELPLINK" = "8:http://www.wolfgang-rolke.de/gbxdump/"

Setup64/Setup64.vdproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -393,15 +393,15 @@
393393
{
394394
"Name" = "8:Microsoft Visual Studio"
395395
"ProductName" = "8:GbxDump (x64)"
396-
"ProductCode" = "8:{010609CE-E848-4F2D-8C06-14FEDEB1959B}"
397-
"PackageCode" = "8:{3CE01A7E-2D6F-4A84-8E6D-D226BE7ECC00}"
396+
"ProductCode" = "8:{00B6BFED-C6D9-43AB-A000-4146606E8DB2}"
397+
"PackageCode" = "8:{B5C24AE5-0F2F-49F2-8932-DF7BED02CE6E}"
398398
"UpgradeCode" = "8:{2702E740-3470-47E4-BB3C-6478AA9C3A51}"
399399
"AspNetVersion" = "8:4.0.30319.0"
400400
"RestartWWWService" = "11:FALSE"
401401
"RemovePreviousVersions" = "11:TRUE"
402402
"DetectNewerInstalledVersion" = "11:TRUE"
403403
"InstallAllUsers" = "11:FALSE"
404-
"ProductVersion" = "8:1.74"
404+
"ProductVersion" = "8:1.75"
405405
"Manufacturer" = "8:Electron"
406406
"ARPHELPTELEPHONE" = "8:"
407407
"ARPHELPLINK" = "8:http://www.wolfgang-rolke.de/gbxdump/"

0 commit comments

Comments
 (0)