updated version to 1.5.2

This commit is contained in:
Aleksandar Fabijanic 2013-06-09 19:50:48 -05:00
parent ae7fe5f4be
commit 0ebd1454ee
4 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -54,7 +54,7 @@
// Ax are alpha releases
// Bx are beta releases
//
#define POCO_VERSION 0x01050100
#define POCO_VERSION 0x01050200
#endif // Foundation_Version_INCLUDED

View File

@ -1 +1 @@
21
22