From f594c134ae1736eab1a39431df1e2d30d5bb6b95 Mon Sep 17 00:00:00 2001 From: Guenter Obiltschnig Date: Thu, 10 Mar 2016 09:29:47 +0100 Subject: [PATCH] updated version no. --- DLLVersion.rc | 4 ++-- Foundation/include/Poco/Version.h | 2 +- VERSION | 2 +- libversion | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/DLLVersion.rc b/DLLVersion.rc index ebd852de2..0fc6f0484 100644 --- a/DLLVersion.rc +++ b/DLLVersion.rc @@ -4,8 +4,8 @@ #include "winres.h" -#define POCO_VERSION 1,7,0,0 -#define POCO_VERSION_STR "1.7.0" +#define POCO_VERSION 1,7,1,0 +#define POCO_VERSION_STR "1.7.1" VS_VERSION_INFO VERSIONINFO FILEVERSION POCO_VERSION diff --git a/Foundation/include/Poco/Version.h b/Foundation/include/Poco/Version.h index cf2ae97a5..d69bdb9a4 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 0x01070000 +#define POCO_VERSION 0x01070100 #endif // Foundation_Version_INCLUDED diff --git a/VERSION b/VERSION index bd8bf882d..943f9cbc4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.7.0 +1.7.1 diff --git a/libversion b/libversion index 425151f3a..87523dd7a 100644 --- a/libversion +++ b/libversion @@ -1 +1 @@ -40 +41