mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-12 18:20:26 +01:00
updated version to 1.5.2
This commit is contained in:
parent
ae7fe5f4be
commit
0ebd1454ee
@ -1,6 +1,6 @@
|
|||||||
This is the changelog file for the POCO C++ Libraries.
|
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)
|
- added MongoDB library (Franky Braem)
|
||||||
- fixed GH #57: poco-1.5.1: Doesn't compile for Android
|
- fixed GH #57: poco-1.5.1: Doesn't compile for Android
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
#include "afxres.h"
|
#include "afxres.h"
|
||||||
|
|
||||||
#define POCO_VERSION 1,5,1,0
|
#define POCO_VERSION 1,5,2,0
|
||||||
#define POCO_VERSION_STR "1.5.1"
|
#define POCO_VERSION_STR "1.5.2"
|
||||||
|
|
||||||
VS_VERSION_INFO VERSIONINFO
|
VS_VERSION_INFO VERSIONINFO
|
||||||
FILEVERSION POCO_VERSION
|
FILEVERSION POCO_VERSION
|
||||||
|
@ -54,7 +54,7 @@
|
|||||||
// Ax are alpha releases
|
// Ax are alpha releases
|
||||||
// Bx are beta releases
|
// Bx are beta releases
|
||||||
//
|
//
|
||||||
#define POCO_VERSION 0x01050100
|
#define POCO_VERSION 0x01050200
|
||||||
|
|
||||||
|
|
||||||
#endif // Foundation_Version_INCLUDED
|
#endif // Foundation_Version_INCLUDED
|
||||||
|
@ -1 +1 @@
|
|||||||
21
|
22
|
||||||
|
Loading…
Reference in New Issue
Block a user