From 3283f53cf5ed67373b322820befa1e5c9029bcc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnter=20Obiltschnig?= Date: Wed, 7 Mar 2018 14:28:19 +0100 Subject: [PATCH] updated version --- 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 06589141b..c9178e79a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,12 @@ This is the changelog file for the POCO C++ Libraries. +Release 1.9.1 (2018-xx-xx) +========================== + +- TODO + + Release 1.9.0 (2018-03-07) ========================== diff --git a/DLLVersion.rc b/DLLVersion.rc index 9fc8b4ffb..76ad5c208 100644 --- a/DLLVersion.rc +++ b/DLLVersion.rc @@ -4,8 +4,8 @@ #include "winres.h" -#define POCO_VERSION 1,9,0,0 -#define POCO_VERSION_STR "1.9.0" +#define POCO_VERSION 1,9,1,0 +#define POCO_VERSION_STR "1.9.1" VS_VERSION_INFO VERSIONINFO FILEVERSION POCO_VERSION diff --git a/Foundation/include/Poco/Version.h b/Foundation/include/Poco/Version.h index 7474554f3..7f7171df2 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 0x01090000 +#define POCO_VERSION 0x01090100 #endif // Foundation_Version_INCLUDED diff --git a/VERSION b/VERSION index f8e233b27..9ab8337f3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.9.0 +1.9.1 diff --git a/doc/99100-ReleaseNotes.page b/doc/99100-ReleaseNotes.page index fb5187d55..6bc6c8d92 100644 --- a/doc/99100-ReleaseNotes.page +++ b/doc/99100-ReleaseNotes.page @@ -1,6 +1,13 @@ POCO C++ Libraries Release Notes AAAIntroduction +!!!Release 1.9.1 + +!!Summary of Changes + + - TODO + + !!!Release 1.9.0 !!Summary of Changes diff --git a/libversion b/libversion index 2b82dfea3..eebd1d10b 100644 --- a/libversion +++ b/libversion @@ -1 +1 @@ -60 \ No newline at end of file +61 \ No newline at end of file