Skip to content

Commit 6b0735f

Browse files
committed
change version
1 parent cee2fdc commit 6b0735f

11 files changed

+6
-6
lines changed

PckDll/include/pck_default_vars.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ typedef int ssize_t;
2727

2828

2929
//Version Information
30-
#define WINPCK_VERSION_NUMBER 1,33,0,2
31-
#define WINPCK_VERSION "1.33.0.2"
30+
#define WINPCK_VERSION_NUMBER 1,33,0,3
31+
#define WINPCK_VERSION "1.33.0.3"
3232

3333
//Scheduling output
3434
#ifdef _DEBUG

PckDll/pckdll.rc

0 Bytes
Binary file not shown.

Release/WinPCK_x64.exe

412 KB
Binary file not shown.

Release/WinPCK_x64.pdb

7.18 MB
Binary file not shown.

Release/dlltester_x64.pdb

7.79 MB
Binary file not shown.

Release/pckdll_x64.dll

385 KB
Binary file not shown.

Release/pckdll_x64.lib

1.12 KB
Binary file not shown.

Release/pckdll_x64.pdb

7.34 MB
Binary file not shown.

Release_static/WinPCK_x64.exe

605 KB
Binary file not shown.

Release_static/WinPCK_x64.pdb

10.2 MB
Binary file not shown.

WinPCK/WinPCK.rc

+4-4
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
2525
//
2626

2727
VS_VERSION_INFO VERSIONINFO
28-
FILEVERSION 1,33,0,2
29-
PRODUCTVERSION 1,33,0,2
28+
FILEVERSION 1,33,0,3
29+
PRODUCTVERSION 1,33,0,3
3030
FILEFLAGSMASK 0x37L
3131
#ifdef _DEBUG
3232
FILEFLAGS 0x21L
@@ -42,12 +42,12 @@ BEGIN
4242
BLOCK "040904b0"
4343
BEGIN
4444
VALUE "FileDescription", "WinPCK GUI"
45-
VALUE "FileVersion", "1.33.0.2"
45+
VALUE "FileVersion", "1.33.0.3"
4646
VALUE "InternalName", "WinPCK"
4747
VALUE "LegalCopyright", "Copyright (C) 2012-2018 stsm"
4848
VALUE "OriginalFilename", "WinPCK.exe"
4949
VALUE "ProductName", "WinPCK"
50-
VALUE "ProductVersion", "1.33.0.2"
50+
VALUE "ProductVersion", "1.33.0.3"
5151
VALUE "SpecialBuild", "WinPCK by stsm"
5252
END
5353
END

0 commit comments

Comments
 (0)