From 75821fc5914db7a0f71512eb0f6c970224bcd6d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnter=20Obiltschnig?= Date: Wed, 29 Jul 2020 08:57:35 +0200 Subject: [PATCH] create 1.10.2 branch --- CHANGELOG | 6 ++++++ DLLVersion.rc | 4 ++-- Foundation/include/Poco/Version.h | 2 +- VERSION | 2 +- doc/99100-ReleaseNotes.page | 7 +++++++ libversion | 2 +- 6 files changed, 18 insertions(+), 5 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 4db3a86f7..86f1a7afb 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,11 @@ This is the changelog file for the POCO C++ Libraries. +Release 1.10.2 (2020-08-XX) +=========================== + +- TODO + + Release 1.10.1 (2020-02-10) =========================== diff --git a/DLLVersion.rc b/DLLVersion.rc index 10eb82cb5..8939e6f99 100644 --- a/DLLVersion.rc +++ b/DLLVersion.rc @@ -4,8 +4,8 @@ #include "winres.h" -#define POCO_VERSION 1,10,1,0 -#define POCO_VERSION_STR "1.10.1" +#define POCO_VERSION 1,10,2,0 +#define POCO_VERSION_STR "1.10.2" VS_VERSION_INFO VERSIONINFO FILEVERSION POCO_VERSION diff --git a/Foundation/include/Poco/Version.h b/Foundation/include/Poco/Version.h index 5c69fe3bb..93d1065c1 100644 --- a/Foundation/include/Poco/Version.h +++ b/Foundation/include/Poco/Version.h @@ -35,7 +35,7 @@ // Ax: alpha releases // Bx: beta releases // -#define POCO_VERSION 0x010A0100 +#define POCO_VERSION 0x010A0200 #endif // Foundation_Version_INCLUDED diff --git a/VERSION b/VERSION index 4dae2985b..5ad2491cf 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.10.1 +1.10.2 diff --git a/doc/99100-ReleaseNotes.page b/doc/99100-ReleaseNotes.page index 1c635b109..dc25a1a14 100644 --- a/doc/99100-ReleaseNotes.page +++ b/doc/99100-ReleaseNotes.page @@ -1,6 +1,13 @@ POCO C++ Libraries Release Notes AAAIntroduction +!!!Release 1.10.2 + +!!Summary of Changes + + - TODO + + !!!Release 1.10.1 !!Summary of Changes diff --git a/libversion b/libversion index 2fb681e3f..9cd72aa94 100644 --- a/libversion +++ b/libversion @@ -1 +1 @@ -71 \ No newline at end of file +72 \ No newline at end of file