From 1f65d15ac525a0019d41df0efe792579a2237064 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnter=20Obiltschnig?= Date: Sat, 22 Jun 2019 14:17:51 +0200 Subject: [PATCH] updated version no. --- 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 9fc8b4ffb..b8d013378 100644 --- a/DLLVersion.rc +++ b/DLLVersion.rc @@ -4,8 +4,8 @@ #include "winres.h" -#define POCO_VERSION 1,9,0,0 -#define POCO_VERSION_STR "1.9.0" +#define POCO_VERSION 1,9,1,0 +#define POCO_VERSION_STR "1.9.1" 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 7474554f3..7f7171df2 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 0x01090000 +#define POCO_VERSION 0x01090100 #endif // Foundation_Version_INCLUDED diff --git a/VERSION b/VERSION index f8e233b27..9ab8337f3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.9.0 +1.9.1 diff --git a/libversion b/libversion index 2b82dfea3..eebd1d10b 100644 --- a/libversion +++ b/libversion @@ -1 +1 @@ -60 \ No newline at end of file +61 \ No newline at end of file