Skip to content

Commit

Permalink
bump version to 2.4.4 & pck ver to 7
Browse files Browse the repository at this point in the history
  • Loading branch information
megai2 committed Jun 29, 2021
1 parent bac57e8 commit ea0f38b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion d912pxy/d912pxy_vfs_pck.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ SOFTWARE.

#define PXY_VFS_PCK_SIGNATURE 0x7670636b
#define PXY_VFS_PCK_INDEX_ROOM 512
#define PXY_VFS_PCK_VER 6
#define PXY_VFS_PCK_VER 7

typedef enum d912pxy_vfs_pck_chunk_type {
CHU_UNDEF,
Expand Down
6 changes: 3 additions & 3 deletions d912pxy/version.rc
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,4,3, BUILD_VERSION_REV
PRODUCTVERSION 2,4,3, BUILD_VERSION_REV
FILEVERSION 2,4,4, BUILD_VERSION_REV
PRODUCTVERSION 2,4,4, BUILD_VERSION_REV
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -26,7 +26,7 @@ BEGIN
BLOCK "000004b0"
BEGIN
VALUE "FileDescription", "DirectX9 to DirectX12 API proxy"
VALUE "FileVersion", 2,4,3, BUILD_VERSION_REV
VALUE "FileVersion", 2,4,4, BUILD_VERSION_REV
VALUE "InternalName", "d912pxy.dll"
VALUE "LegalCopyright", "Copyright (c) 2018-2021 megai2"
VALUE "OriginalFilename", "d912pxy.dll"
Expand Down

0 comments on commit ea0f38b

Please sign in to comment.