Skip to content

Commit

Permalink
Release v1.75
Browse files Browse the repository at this point in the history
  • Loading branch information
Electron-x committed Oct 1, 2023
1 parent bba8d20 commit 82af133
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion GbxDump/GbxDump.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ BOOL AllowDarkModeForWindow(HWND hwndParent, BOOL bAllow);
////////////////////////////////////////////////////////////////////////////////////////////////
// Global Variables
//
#define VERSION TEXT("1.74")
#define VERSION TEXT("1.75")
#if defined(_WIN64)
#define PLATFORM TEXT("64-bit")
#else
Expand Down
2 changes: 1 addition & 1 deletion GbxDump/GbxDump.exe.manifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity type="win32" name="Electron.GbxTools.GbxDump" version="1.74.0.122" processorArchitecture="x86"></assemblyIdentity>
<assemblyIdentity type="win32" name="Electron.GbxTools.GbxDump" version="1.75.0.123" processorArchitecture="x86"></assemblyIdentity>
<description>GbxDump</description>
<dependency>
<dependentAssembly>
Expand Down
4 changes: 2 additions & 2 deletions GbxDump/GbxDump.rc
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ IDI_GBXDUMP ICON "GbxDump.ico"
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,74,0,122
FILEVERSION 1,75,0,123
PRODUCTVERSION 1,0,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
Expand All @@ -259,7 +259,7 @@ BEGIN
VALUE "Comments", "GBX file header viewer application"
VALUE "CompanyName", "Electron"
VALUE "FileDescription", "Gbx File Dumper"
VALUE "FileVersion", "1.74.0.122"
VALUE "FileVersion", "1.75.0.123"
VALUE "InternalName", "GbxDump"
VALUE "LegalCopyright", "Copyright � 2010-2023 by Electron"
VALUE "OriginalFilename", "GbxDump.exe"
Expand Down
2 changes: 1 addition & 1 deletion GbxDump/GbxDump64.exe.manifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity type="win32" name="Electron.GbxTools.GbxDump" version="1.74.0.122" processorArchitecture="amd64"></assemblyIdentity>
<assemblyIdentity type="win32" name="Electron.GbxTools.GbxDump" version="1.75.0.123" processorArchitecture="amd64"></assemblyIdentity>
<description>GbxDump</description>
<dependency>
<dependentAssembly>
Expand Down
6 changes: 3 additions & 3 deletions Setup/Setup.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -393,15 +393,15 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:GbxDump"
"ProductCode" = "8:{01179853-EFEB-424A-A3BB-BE998277E702}"
"PackageCode" = "8:{7BECE4B4-84A8-46B9-B868-375D5A74C253}"
"ProductCode" = "8:{00D9D948-9AB2-4DCE-98E9-E0FA54DFF00D}"
"PackageCode" = "8:{A72A656A-EB39-4D21-952B-5828663AEE24}"
"UpgradeCode" = "8:{27EEECFA-0807-4728-A6A4-843278BFDEDB}"
"AspNetVersion" = "8:4.0.30319.0"
"RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:FALSE"
"ProductVersion" = "8:1.74"
"ProductVersion" = "8:1.75"
"Manufacturer" = "8:Electron"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:http://www.wolfgang-rolke.de/gbxdump/"
Expand Down
6 changes: 3 additions & 3 deletions Setup64/Setup64.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -393,15 +393,15 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:GbxDump (x64)"
"ProductCode" = "8:{010609CE-E848-4F2D-8C06-14FEDEB1959B}"
"PackageCode" = "8:{3CE01A7E-2D6F-4A84-8E6D-D226BE7ECC00}"
"ProductCode" = "8:{00B6BFED-C6D9-43AB-A000-4146606E8DB2}"
"PackageCode" = "8:{B5C24AE5-0F2F-49F2-8932-DF7BED02CE6E}"
"UpgradeCode" = "8:{2702E740-3470-47E4-BB3C-6478AA9C3A51}"
"AspNetVersion" = "8:4.0.30319.0"
"RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:FALSE"
"ProductVersion" = "8:1.74"
"ProductVersion" = "8:1.75"
"Manufacturer" = "8:Electron"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:http://www.wolfgang-rolke.de/gbxdump/"
Expand Down

0 comments on commit 82af133

Please sign in to comment.