diff --git a/CHANGELOG b/CHANGELOG index 139453138..5ad7a3f48 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,11 @@ This is the changelog file for the POCO C++ Libraries. +Release 1.11.2 (2022-02-XX) +=========================== + +- TODO + + Release 1.11.1 (2021-11-05) =========================== diff --git a/DLLVersion.rc b/DLLVersion.rc index 2c575e48c..4dc20e6f6 100644 --- a/DLLVersion.rc +++ b/DLLVersion.rc @@ -4,8 +4,8 @@ #include "winres.h" -#define POCO_VERSION 1,11,1,0 -#define POCO_VERSION_STR "1.11.1" +#define POCO_VERSION 1,11,2,0 +#define POCO_VERSION_STR "1.11.2" VS_VERSION_INFO VERSIONINFO FILEVERSION POCO_VERSION @@ -28,7 +28,7 @@ BEGIN VALUE "FileDescription", "This file is part of the POCO C++ Libraries." VALUE "FileVersion", POCO_VERSION_STR VALUE "InternalName", "POCO" - VALUE "LegalCopyright", "Copyright (C) 2004-2021, Applied Informatics Software Engineering GmbH and Contributors." + VALUE "LegalCopyright", "Copyright (C) 2004-2022, Applied Informatics Software Engineering GmbH and Contributors." VALUE "ProductName", "POCO C++ Libraries - https://pocoproject.org" VALUE "ProductVersion", POCO_VERSION_STR END diff --git a/Foundation/include/Poco/Version.h b/Foundation/include/Poco/Version.h index 8e99bc67b..a0a05a92c 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 0x010B0100 +#define POCO_VERSION 0x010B0200 #endif // Foundation_Version_INCLUDED diff --git a/VERSION b/VERSION index 720c7384c..ca7176690 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.11.1 +1.11.2 diff --git a/doc/99100-ReleaseNotes.page b/doc/99100-ReleaseNotes.page index c939a754e..4dfe98820 100644 --- a/doc/99100-ReleaseNotes.page +++ b/doc/99100-ReleaseNotes.page @@ -1,6 +1,13 @@ POCO C++ Libraries Release Notes AAAIntroduction +!!!Release 1.11.2 + +!!Summary of Changes + + - TODO + + !!!Release 1.11.1 !!Summary of Changes diff --git a/libversion b/libversion index c147342cb..9d1ce53f8 100644 --- a/libversion +++ b/libversion @@ -1 +1 @@ -81 \ No newline at end of file +82 \ No newline at end of file