From e530d987815c31b1750b0f044fad3f28146258df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnter=20Obiltschnig?= Date: Mon, 31 Oct 2022 13:12:11 +0100 Subject: [PATCH] branch off poco-1.12.4 --- CHANGELOG | 6 ++++++ DLLVersion.rc | 4 ++-- Foundation/include/Poco/Version.h | 2 +- doc/99100-ReleaseNotes.page | 7 +++++++ libversion | 2 +- 5 files changed, 17 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index e39e7ee5b..3de9f620f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,11 @@ This is the changelog file for the POCO C++ Libraries. +Release 1.12.3 (2022-10-31) +=========================== + +- TODO + + Release 1.12.3 (2022-10-24) =========================== diff --git a/DLLVersion.rc b/DLLVersion.rc index 8abf5cec2..ff690ed52 100644 --- a/DLLVersion.rc +++ b/DLLVersion.rc @@ -4,8 +4,8 @@ #include "winres.h" -#define POCO_VERSION 1,12,3,0 -#define POCO_VERSION_STR "1.12.3" +#define POCO_VERSION 1,12,4,0 +#define POCO_VERSION_STR "1.12.4" VS_VERSION_INFO VERSIONINFO FILEVERSION POCO_VERSION diff --git a/Foundation/include/Poco/Version.h b/Foundation/include/Poco/Version.h index a356b6803..fab5f357b 100644 --- a/Foundation/include/Poco/Version.h +++ b/Foundation/include/Poco/Version.h @@ -36,6 +36,6 @@ // Bx: beta releases // -#define POCO_VERSION 0x010C0300 +#define POCO_VERSION 0x010C0400 #endif // Foundation_Version_INCLUDED diff --git a/doc/99100-ReleaseNotes.page b/doc/99100-ReleaseNotes.page index 3f88b4214..fc83690a4 100644 --- a/doc/99100-ReleaseNotes.page +++ b/doc/99100-ReleaseNotes.page @@ -2,6 +2,13 @@ POCO C++ Libraries Release Notes AAAIntroduction +!!!Release 1.12.4 + +!!Summary of Changes + + - TODO + + !!!Release 1.12.3 !!Summary of Changes diff --git a/libversion b/libversion index c67f579c9..49541f721 100644 --- a/libversion +++ b/libversion @@ -1 +1 @@ -93 +94