Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
zodiacon committed Oct 25, 2023
1 parent d3ac835 commit fe9d7cf
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 17 deletions.
42 changes: 29 additions & 13 deletions TotalPE/TotalPE.rc
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
// Generated from the TEXTINCLUDE 2 resource.
//
#include "winres.h"
#include "atlres.h"
#include "WTLHelper.rc"
#include <atlres.h>

/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS
Expand Down Expand Up @@ -83,6 +82,23 @@ BEGIN
"resource.h\0"
END

2 TEXTINCLUDE
BEGIN
"#include ""winres.h""\r\n"
"\0"
END

3 TEXTINCLUDE
BEGIN
"\r\n"
"\0"
END

1 TEXTINCLUDE
BEGIN
"resource.h\0"
END

2 TEXTINCLUDE
BEGIN
"#include ""atlres.h""\r\n"
Expand All @@ -106,13 +122,13 @@ END
// remains consistent on all systems.
IDR_MAINFRAME ICON "res\\TotalPE.ico"

//IDI_COLLAPSED ICON "res\\Collapsed.ico"
//
//IDI_COLLAPSED2 ICON "res\\Collapsed2.ico"
//
//IDI_EXPANDED ICON "res\\Expanded.ico"
//
//IDI_EXPANDED2 ICON "res\\Expanded2.ico"
IDI_COLLAPSED ICON "res\\Collapsed.ico"

IDI_COLLAPSED2 ICON "res\\Collapsed2.ico"

IDI_EXPANDED ICON "res\\Expanded.ico"

IDI_EXPANDED2 ICON "res\\Expanded2.ico"

IDI_CHECK ICON "res\\check.ico"

Expand Down Expand Up @@ -427,8 +443,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,6,4,0
PRODUCTVERSION 0,6,4,0
FILEVERSION 0,6,5,0
PRODUCTVERSION 0,6,5,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -445,12 +461,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Pavel Yosifovich"
VALUE "FileDescription", "Total PE - PE Viewer"
VALUE "FileVersion", "0.6.4"
VALUE "FileVersion", "0.6.5.0"
VALUE "InternalName", "TotalPE"
VALUE "LegalCopyright", "�2022-2023 Pavel Yosifovich"
VALUE "OriginalFilename", "TotalPE.exe"
VALUE "ProductName", "Total PE"
VALUE "ProductVersion", "0.6.4"
VALUE "ProductVersion", "0.6.5.0"
END
END
BLOCK "VarFileInfo"
Expand Down
8 changes: 4 additions & 4 deletions TotalPE2.sln
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ Global
{03A66844-1884-41C0-899D-F01C8A601C8E}.Release|x86.Build.0 = Release|Win32
{03A66844-1884-41C0-899D-F01C8A601C8E}.ReleaseSigned|ARM64.ActiveCfg = ReleaseSigned|x64
{03A66844-1884-41C0-899D-F01C8A601C8E}.ReleaseSigned|ARM64.Build.0 = ReleaseSigned|x64
{03A66844-1884-41C0-899D-F01C8A601C8E}.ReleaseSigned|x64.ActiveCfg = ReleaseSigned|x64
{03A66844-1884-41C0-899D-F01C8A601C8E}.ReleaseSigned|x64.Build.0 = ReleaseSigned|x64
{03A66844-1884-41C0-899D-F01C8A601C8E}.ReleaseSigned|x64.ActiveCfg = Release|x64
{03A66844-1884-41C0-899D-F01C8A601C8E}.ReleaseSigned|x64.Build.0 = Release|x64
{03A66844-1884-41C0-899D-F01C8A601C8E}.ReleaseSigned|x86.ActiveCfg = ReleaseSigned|Win32
{03A66844-1884-41C0-899D-F01C8A601C8E}.ReleaseSigned|x86.Build.0 = ReleaseSigned|Win32
{A8748BE6-216B-4240-A5B2-C095681DE263}.Debug|ARM64.ActiveCfg = Debug|x64
Expand Down Expand Up @@ -134,8 +134,8 @@ Global
{E541C9BE-13BC-4CE6-A0A4-31145F51A2C1}.Release|x86.Build.0 = Release|Win32
{E541C9BE-13BC-4CE6-A0A4-31145F51A2C1}.ReleaseSigned|ARM64.ActiveCfg = ReleaseSigned|ARM64
{E541C9BE-13BC-4CE6-A0A4-31145F51A2C1}.ReleaseSigned|ARM64.Build.0 = ReleaseSigned|ARM64
{E541C9BE-13BC-4CE6-A0A4-31145F51A2C1}.ReleaseSigned|x64.ActiveCfg = ReleaseSigned|x64
{E541C9BE-13BC-4CE6-A0A4-31145F51A2C1}.ReleaseSigned|x64.Build.0 = ReleaseSigned|x64
{E541C9BE-13BC-4CE6-A0A4-31145F51A2C1}.ReleaseSigned|x64.ActiveCfg = Release|x64
{E541C9BE-13BC-4CE6-A0A4-31145F51A2C1}.ReleaseSigned|x64.Build.0 = Release|x64
{E541C9BE-13BC-4CE6-A0A4-31145F51A2C1}.ReleaseSigned|x86.ActiveCfg = ReleaseSigned|Win32
{E541C9BE-13BC-4CE6-A0A4-31145F51A2C1}.ReleaseSigned|x86.Build.0 = ReleaseSigned|Win32
{19CCA8B8-46B9-4609-B7CE-198DA19F07BD}.Debug|ARM64.ActiveCfg = Debug|ARM64
Expand Down

0 comments on commit fe9d7cf

Please sign in to comment.