From 5f5a358c5bc3a97c5c64130fea6ba72c0fd19789 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnter=20Obiltschnig?= Date: Sat, 17 Feb 2018 10:39:51 +0100 Subject: [PATCH] bump version to 1.9.0 --- CHANGELOG | 2 +- DLLVersion.rc | 4 ++-- Foundation/include/Poco/Version.h | 2 +- VERSION | 2 +- doc/99100-ReleaseNotes.page | 2 +- libversion | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 6f9b508a3..59778e218 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,7 +1,7 @@ This is the changelog file for the POCO C++ Libraries. -Release 1.8.2 (2018-02-xx) +Release 1.9.0 (2018-02-xx) ========================== - TODO diff --git a/DLLVersion.rc b/DLLVersion.rc index df2c6325c..9fc8b4ffb 100644 --- a/DLLVersion.rc +++ b/DLLVersion.rc @@ -4,8 +4,8 @@ #include "winres.h" -#define POCO_VERSION 1,8,2,0 -#define POCO_VERSION_STR "1.8.2" +#define POCO_VERSION 1,9,0,0 +#define POCO_VERSION_STR "1.9.0" VS_VERSION_INFO VERSIONINFO FILEVERSION POCO_VERSION diff --git a/Foundation/include/Poco/Version.h b/Foundation/include/Poco/Version.h index 325bdca43..7474554f3 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 0x01080200 +#define POCO_VERSION 0x01090000 #endif // Foundation_Version_INCLUDED diff --git a/VERSION b/VERSION index 53adb84c8..f8e233b27 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.8.2 +1.9.0 diff --git a/doc/99100-ReleaseNotes.page b/doc/99100-ReleaseNotes.page index c3a310537..5df7eae82 100644 --- a/doc/99100-ReleaseNotes.page +++ b/doc/99100-ReleaseNotes.page @@ -1,7 +1,7 @@ POCO C++ Libraries Release Notes AAAIntroduction -!!!Release 1.8.2 +!!!Release 1.9.0 !!Summary of Changes diff --git a/libversion b/libversion index 613955421..2b82dfea3 100644 --- a/libversion +++ b/libversion @@ -1 +1 @@ -52 \ No newline at end of file +60 \ No newline at end of file