Skip to content

Commit

Permalink
New release v1.72.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Electron-x committed Jul 6, 2023
1 parent 10f745e commit 0cc5fbd
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 @@ -70,7 +70,7 @@ BOOL AllowDarkModeForWindow(HWND hwndParent, BOOL bAllow);
#endif

const TCHAR g_szTitle[] = TEXT("GbxDump");
const TCHAR g_szAbout[] = TEXT("Gbx File Dumper 1.72.4 (") PLATFORM TEXT(")\r\n")
const TCHAR g_szAbout[] = TEXT("Gbx File Dumper 1.72.5 (") PLATFORM TEXT(")\r\n")
TEXT("Copyright © 2010-2023 by Electron\r\n");
const TCHAR g_szDlgCls[] = TEXT("GbxDumpDlgClass");
const TCHAR g_szTop[] = TEXT("GbxDumpWndTop");
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.72.4.118" processorArchitecture="x86"></assemblyIdentity>
<assemblyIdentity type="win32" name="Electron.GbxTools.GbxDump" version="1.72.5.119" 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 @@ -65,7 +65,7 @@ IDI_GBXDUMP ICON "GbxDump.ico"
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,72,4,118
FILEVERSION 1,72,5,119
PRODUCTVERSION 1,0,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
Expand All @@ -84,7 +84,7 @@ BEGIN
VALUE "Comments", "GBX file header viewer application"
VALUE "CompanyName", "Electron"
VALUE "FileDescription", "Gbx File Dumper"
VALUE "FileVersion", "1.72.4.118"
VALUE "FileVersion", "1.72.5.119"
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.72.4.118" processorArchitecture="amd64"></assemblyIdentity>
<assemblyIdentity type="win32" name="Electron.GbxTools.GbxDump" version="1.72.5.119" 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 @@ -367,15 +367,15 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:GbxDump"
"ProductCode" = "8:{04868E21-391D-46BE-B33C-6E146196EA57}"
"PackageCode" = "8:{806E68B2-130E-4196-AA7F-DDBD0023C8F2}"
"ProductCode" = "8:{071CC86A-9ED7-4C72-9B60-3169B63D9719}"
"PackageCode" = "8:{C9EF43B8-0C2D-4471-AF52-BB45F604D1CA}"
"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.72.4"
"ProductVersion" = "8:1.72.5"
"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 @@ -367,15 +367,15 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:GbxDump (x64)"
"ProductCode" = "8:{091E6335-DAB7-4A8E-B27C-D7DF601767A4}"
"PackageCode" = "8:{CF2CE583-6349-4207-88DE-671EC473EDDF}"
"ProductCode" = "8:{041ADDB4-DE83-43C0-A379-49FCE58C1CB6}"
"PackageCode" = "8:{10C1C763-8206-4123-B93D-C4D0DE868D7E}"
"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.72.4"
"ProductVersion" = "8:1.72.5"
"Manufacturer" = "8:Electron"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:http://www.wolfgang-rolke.de/gbxdump/"
Expand Down

0 comments on commit 0cc5fbd

Please sign in to comment.