From dee86fbbfe78dcd43f16b5598dd57717efde70ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnter=20Obiltschnig?= Date: Wed, 12 Jun 2019 15:40:52 +0200 Subject: [PATCH] bumped version to 1.10.0 --- DLLVersion.rc | 6 +++--- Foundation/include/Poco/Version.h | 2 +- VERSION | 2 +- libversion | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/DLLVersion.rc b/DLLVersion.rc index 76ad5c208..38420a29f 100644 --- a/DLLVersion.rc +++ b/DLLVersion.rc @@ -4,8 +4,8 @@ #include "winres.h" -#define POCO_VERSION 1,9,1,0 -#define POCO_VERSION_STR "1.9.1" +#define POCO_VERSION 1,10,0,0 +#define POCO_VERSION_STR "1.10.0" 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-2018, Applied Informatics Software Engineering GmbH and Contributors." + VALUE "LegalCopyright", "Copyright (C) 2004-2019, 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 7f7171df2..274d52fde 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 0x01090100 +#define POCO_VERSION 0x010A0000 #endif // Foundation_Version_INCLUDED diff --git a/VERSION b/VERSION index 9ab8337f3..81c871de4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.9.1 +1.10.0 diff --git a/libversion b/libversion index eebd1d10b..d7765fe47 100644 --- a/libversion +++ b/libversion @@ -1 +1 @@ -61 \ No newline at end of file +70 \ No newline at end of file