mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-12 10:13:51 +01:00
chore: 1.12.3 version
This commit is contained in:
parent
59eac3f38f
commit
46d5d58bc8
@ -1,5 +1,9 @@
|
||||
This is the changelog file for the POCO C++ Libraries.
|
||||
|
||||
Release 1.12.3 (2022-??-??)
|
||||
===========================
|
||||
|
||||
|
||||
Release 1.12.2 (2022-08-08)
|
||||
===========================
|
||||
|
||||
|
@ -4,8 +4,8 @@
|
||||
|
||||
#include "winres.h"
|
||||
|
||||
#define POCO_VERSION 1,12,2,0
|
||||
#define POCO_VERSION_STR "1.12.2"
|
||||
#define POCO_VERSION 1,12,3,0
|
||||
#define POCO_VERSION_STR "1.12.3"
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION POCO_VERSION
|
||||
|
@ -36,6 +36,6 @@
|
||||
// Bx: beta releases
|
||||
//
|
||||
|
||||
#define POCO_VERSION 0x010C0200
|
||||
#define POCO_VERSION 0x010C0300
|
||||
|
||||
#endif // Foundation_Version_INCLUDED
|
||||
|
@ -2,6 +2,10 @@ POCO C++ Libraries Release Notes
|
||||
AAAIntroduction
|
||||
|
||||
|
||||
!!!Release 1.12.3
|
||||
|
||||
!!Summary of Changes
|
||||
|
||||
|
||||
!!!Release 1.12.2
|
||||
|
||||
|
@ -1 +1 @@
|
||||
92
|
||||
93
|
||||
|
Loading…
Reference in New Issue
Block a user