From 0ebd1454ee1d9919802053c0f3c76bcd7784aef5 Mon Sep 17 00:00:00 2001 From: Aleksandar Fabijanic Date: Sun, 9 Jun 2013 19:50:48 -0500 Subject: [PATCH] updated version to 1.5.2 --- CHANGELOG | 2 +- DLLVersion.rc | 4 ++-- Foundation/include/Poco/Version.h | 2 +- libversion | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 23d2a96c3..77bdd0da4 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,6 @@ This is the changelog file for the POCO C++ Libraries. -Release 1.5.2 (2013-06-xx) +Release 1.5.2 (2013-06-17) ========================== - added MongoDB library (Franky Braem) - fixed GH #57: poco-1.5.1: Doesn't compile for Android diff --git a/DLLVersion.rc b/DLLVersion.rc index eb6d54e5a..4b2191424 100644 --- a/DLLVersion.rc +++ b/DLLVersion.rc @@ -4,8 +4,8 @@ #include "afxres.h" -#define POCO_VERSION 1,5,1,0 -#define POCO_VERSION_STR "1.5.1" +#define POCO_VERSION 1,5,2,0 +#define POCO_VERSION_STR "1.5.2" VS_VERSION_INFO VERSIONINFO FILEVERSION POCO_VERSION diff --git a/Foundation/include/Poco/Version.h b/Foundation/include/Poco/Version.h index fbbd2794b..e79bb4db5 100644 --- a/Foundation/include/Poco/Version.h +++ b/Foundation/include/Poco/Version.h @@ -54,7 +54,7 @@ // Ax are alpha releases // Bx are beta releases // -#define POCO_VERSION 0x01050100 +#define POCO_VERSION 0x01050200 #endif // Foundation_Version_INCLUDED diff --git a/libversion b/libversion index aabe6ec39..2bd5a0a98 100644 --- a/libversion +++ b/libversion @@ -1 +1 @@ -21 +22