From 28cf70d3f913ea91080f2d5873cf0d6668388dd5 Mon Sep 17 00:00:00 2001 From: Guenter Obiltschnig Date: Mon, 15 Dec 2014 11:10:28 +0100 Subject: [PATCH] updated version no and changelog --- CHANGELOG | 1 + DLLVersion.rc | 2 +- Foundation/include/Poco/Version.h | 2 +- VERSION | 2 +- doc/99100-ReleaseNotes.page | 1 + 5 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 27898ce04..dc7ae58b1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -56,6 +56,7 @@ Release 1.6.0 (2014-12-22) Context object (the underlying OpenSSL context would leak) - Poco::URI: added new constructor to create URI from Path - Various documentation and style fixes +- Removed support (project/solution files) for Visual Studio.NET 2003 and Visual Studio 2005. Release 1.5.4 (2014-10-14) diff --git a/DLLVersion.rc b/DLLVersion.rc index e4aec7833..93963245a 100644 --- a/DLLVersion.rc +++ b/DLLVersion.rc @@ -5,7 +5,7 @@ #include "winres.h" #define POCO_VERSION 1,6,0,0 -#define POCO_VERSION_STR "1.6.0d1" +#define POCO_VERSION_STR "1.6.0" VS_VERSION_INFO VERSIONINFO FILEVERSION POCO_VERSION diff --git a/Foundation/include/Poco/Version.h b/Foundation/include/Poco/Version.h index 5108d1e66..a3ab2e367 100644 --- a/Foundation/include/Poco/Version.h +++ b/Foundation/include/Poco/Version.h @@ -37,7 +37,7 @@ // Ax: alpha releases // Bx: beta releases // -#define POCO_VERSION 0x010600D1 +#define POCO_VERSION 0x01060000 #endif // Foundation_Version_INCLUDED diff --git a/VERSION b/VERSION index dc5854daf..dc1e644a1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.6.0d1 +1.6.0 diff --git a/doc/99100-ReleaseNotes.page b/doc/99100-ReleaseNotes.page index 6ccca2e77..c7b988a10 100644 --- a/doc/99100-ReleaseNotes.page +++ b/doc/99100-ReleaseNotes.page @@ -58,6 +58,7 @@ AAAIntroduction Context object (the underlying OpenSSL context would leak) - Poco::URI: added new constructor to create URI from Path - Various documentation and style fixes + - Removed support (project/solution files) for Visual Studio.NET 2003 and Visual Studio 2005. !!Incompatible Changes and Possible Transition Issues