Skip to content

Commit 8fb15ea

Browse files
committed
Patch AddPalette
1 parent 6512bed commit 8fb15ea

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Visual Studio 2022/ps-image/Windows/Resource.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
#define VER_OS 5 // 64-bit Windows
1515

1616

17-
#define VER_FILE_VERSION 1,3,0,0
18-
#define VER_FILE_VERSION_STR L"1.3.0.0\0\0"
19-
#define VER_PRODUCT_VERSION 1,3,0,0
20-
#define VER_PRODUCT_VERSION_STR L"1.3.0.0\0\0"
17+
#define VER_FILE_VERSION 1,4,0,0
18+
#define VER_FILE_VERSION_STR L"1.4.0.0\0\0"
19+
#define VER_PRODUCT_VERSION 1,4,0,0
20+
#define VER_PRODUCT_VERSION_STR L"1.4.0.0\0\0"
2121

2222

2323
#define VER_COMMENTS_STR L"\0\0"

sony-lib

0 commit comments

Comments
 (0)