From 29dd13c83dca2a415fa6e603ba69d8d04ea16e26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnter=20Obiltschnig?= Date: Sun, 6 Jun 2021 14:31:15 +0200 Subject: [PATCH] bump version to 1.11.0 --- DLLVersion.rc | 6 +++--- Foundation/include/Poco/Version.h | 2 +- libversion | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/DLLVersion.rc b/DLLVersion.rc index 8939e6f99..d3afb2c6a 100644 --- a/DLLVersion.rc +++ b/DLLVersion.rc @@ -4,8 +4,8 @@ #include "winres.h" -#define POCO_VERSION 1,10,2,0 -#define POCO_VERSION_STR "1.10.2" +#define POCO_VERSION 1,11,0,0 +#define POCO_VERSION_STR "1.11.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-2020, Applied Informatics Software Engineering GmbH and Contributors." + VALUE "LegalCopyright", "Copyright (C) 2004-2021, 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 93d1065c1..f5ceaab42 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 0x010A0200 +#define POCO_VERSION 0x010B0000 #endif // Foundation_Version_INCLUDED diff --git a/libversion b/libversion index 9cd72aa94..e3f1e9b79 100644 --- a/libversion +++ b/libversion @@ -1 +1 @@ -72 \ No newline at end of file +80 \ No newline at end of file