From 4b52cc6b25a087db7650ee24ffccc586183b3bf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnter=20Obiltschnig?= Date: Thu, 27 Feb 2025 14:06:26 +0100 Subject: [PATCH] chore: branch for 1.14.2 --- CHANGELOG | 16 ++++++++++++++++ DLLVersion.rc | 4 ++-- Foundation/include/Poco/Version.h | 2 +- VERSION | 2 +- doc/99100-ReleaseNotes.page | 15 +++++++++++++++ libversion | 2 +- 6 files changed, 36 insertions(+), 5 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index bbf391275..8e1a531e6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,22 @@ This is the changelog file for the POCO C++ Libraries. +Release 1.14.2 (2025-03-XX) +=========================== + +Summary of Changes: + +This is a bugfix release. + +Features, Enhancements and Third Party Updates: + +- TODO + +Bug Fixes and Improvements: + +- TODO + + Release 1.14.1 (2025-02-11) =========================== diff --git a/DLLVersion.rc b/DLLVersion.rc index 5a81b6c32..f69658acb 100644 --- a/DLLVersion.rc +++ b/DLLVersion.rc @@ -4,8 +4,8 @@ #include "winres.h" -#define POCO_VERSION 1,14,1,0 -#define POCO_VERSION_STR "1.14.1" +#define POCO_VERSION 1,14,2,0 +#define POCO_VERSION_STR "1.14.2" VS_VERSION_INFO VERSIONINFO FILEVERSION POCO_VERSION diff --git a/Foundation/include/Poco/Version.h b/Foundation/include/Poco/Version.h index ff6c7867a..f175a0356 100644 --- a/Foundation/include/Poco/Version.h +++ b/Foundation/include/Poco/Version.h @@ -36,6 +36,6 @@ // Bx: beta releases // -#define POCO_VERSION 0x010E0100 +#define POCO_VERSION 0x010E0200 #endif // Foundation_Version_INCLUDED diff --git a/VERSION b/VERSION index 63e799cf4..a4cc55716 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.14.1 +1.14.2 diff --git a/doc/99100-ReleaseNotes.page b/doc/99100-ReleaseNotes.page index 7d30b4fd2..33979c36c 100644 --- a/doc/99100-ReleaseNotes.page +++ b/doc/99100-ReleaseNotes.page @@ -1,6 +1,21 @@ POCO C++ Libraries Release Notes AAAIntroduction +!!!Release 1.14.2 + +!!Summary of Changes + +This is a bugfix release. + +!!Features, Enhancements and Third Party Updates + + - TODO + +!!Bug Fixes and Improvements + + - TODO + + !!!Release 1.14.1 !!Summary of Changes diff --git a/libversion b/libversion index 58c9bdf9d..194b81caa 100644 --- a/libversion +++ b/libversion @@ -1 +1 @@ -111 +112