diff --git a/CHANGELOG b/CHANGELOG index 28cccd5f1..c27da5027 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,11 @@ This is the changelog file for the POCO C++ Libraries. +Release 1.10.1 (2020-02-xx) +========================== + +- TODO + + Release 1.10.0 (2020-01-27) ========================== diff --git a/DLLVersion.rc b/DLLVersion.rc index d357cf9ec..10eb82cb5 100644 --- a/DLLVersion.rc +++ b/DLLVersion.rc @@ -4,8 +4,8 @@ #include "winres.h" -#define POCO_VERSION 1,10,0,0 -#define POCO_VERSION_STR "1.10.0" +#define POCO_VERSION 1,10,1,0 +#define POCO_VERSION_STR "1.10.1" VS_VERSION_INFO VERSIONINFO FILEVERSION POCO_VERSION diff --git a/Foundation/include/Poco/Version.h b/Foundation/include/Poco/Version.h index 274d52fde..5c69fe3bb 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 0x010A0000 +#define POCO_VERSION 0x010A0100 #endif // Foundation_Version_INCLUDED diff --git a/VERSION b/VERSION index 81c871de4..4dae2985b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.10.0 +1.10.1 diff --git a/doc/99100-ReleaseNotes.page b/doc/99100-ReleaseNotes.page index 435c55798..56fa99686 100644 --- a/doc/99100-ReleaseNotes.page +++ b/doc/99100-ReleaseNotes.page @@ -1,6 +1,14 @@ POCO C++ Libraries Release Notes AAAIntroduction +!!!Release 1.10.1 + +!!Summary of Changes + + - TODO + + + !!!Release 1.10.0 !!Summary of Changes diff --git a/libversion b/libversion index d7765fe47..2fb681e3f 100644 --- a/libversion +++ b/libversion @@ -1 +1 @@ -70 \ No newline at end of file +71 \ No newline at end of file