Skip to content

Commit c55fcca

Browse files
committed
chore: bump version
1 parent b90a7a4 commit c55fcca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

DLLVersion.rc

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
#include "winres.h"
66

7-
#define POCO_VERSION 1,13,3,0
8-
#define POCO_VERSION_STR "1.13.3"
7+
#define POCO_VERSION 1,14,0,0
8+
#define POCO_VERSION_STR "1.14.0"
99

1010
VS_VERSION_INFO VERSIONINFO
1111
FILEVERSION POCO_VERSION

Foundation/include/Poco/Version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@
3636
// Bx: beta releases
3737
//
3838

39-
#define POCO_VERSION 0x010D0300
39+
#define POCO_VERSION 0x010E0000
4040

4141
#endif // Foundation_Version_INCLUDED

0 commit comments

Comments
 (0)