From 04812f5728d100543111b3664f53d36400d41bfc Mon Sep 17 00:00:00 2001 From: Guenter Obiltschnig Date: Tue, 10 Jan 2017 15:03:41 +0100 Subject: [PATCH] updated version numbers --- CHANGELOG | 6 ++++++ DLLVersion.rc | 6 +++--- Foundation/include/Poco/Version.h | 2 +- VERSION | 2 +- doc/99100-ReleaseNotes.page | 7 +++++++ libversion | 2 +- 6 files changed, 19 insertions(+), 6 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index a0bb3f7ad..fd8e3030d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,11 @@ This is the changelog file for the POCO C++ Libraries. +Release 1.7.8 (2016-02-XX) +========================== + +- TODO + + Release 1.7.7 (2016-12-31) ========================== diff --git a/DLLVersion.rc b/DLLVersion.rc index 8c8f85dbe..5b686cb4e 100644 --- a/DLLVersion.rc +++ b/DLLVersion.rc @@ -4,8 +4,8 @@ #include "winres.h" -#define POCO_VERSION 1,7,7,0 -#define POCO_VERSION_STR "1.7.7" +#define POCO_VERSION 1,7,8,0 +#define POCO_VERSION_STR "1.7.8" 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-2016, Applied Informatics Software Engineering GmbH and Contributors." + VALUE "LegalCopyright", "Copyright (C) 2004-2017, Applied Informatics Software Engineering GmbH and Contributors." VALUE "ProductName", "POCO C++ Libraries - http://pocoproject.org" VALUE "ProductVersion", POCO_VERSION_STR END diff --git a/Foundation/include/Poco/Version.h b/Foundation/include/Poco/Version.h index f4cf1ab7c..e579af3d4 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 0x01070700 +#define POCO_VERSION 0x01070800 #endif // Foundation_Version_INCLUDED diff --git a/VERSION b/VERSION index 91c74a589..84298f96d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.7.7 +1.7.8 diff --git a/doc/99100-ReleaseNotes.page b/doc/99100-ReleaseNotes.page index 32f63565f..9d40d7913 100644 --- a/doc/99100-ReleaseNotes.page +++ b/doc/99100-ReleaseNotes.page @@ -1,6 +1,13 @@ POCO C++ Libraries Release Notes AAAIntroduction +!!!Release 1.7.8 + +!!Summary of Changes + + - TODO + + !!!Release 1.7.7 !!Summary of Changes diff --git a/libversion b/libversion index abac1ea7b..21e72e8ac 100644 --- a/libversion +++ b/libversion @@ -1 +1 @@ -47 +48