updated version no and changelog

This commit is contained in:
Guenter Obiltschnig 2014-12-15 11:10:28 +01:00
parent 931a5a5252
commit 28cf70d3f9
5 changed files with 5 additions and 3 deletions

View File

@ -56,6 +56,7 @@ Release 1.6.0 (2014-12-22)
Context object (the underlying OpenSSL context would leak)
- Poco::URI: added new constructor to create URI from Path
- Various documentation and style fixes
- Removed support (project/solution files) for Visual Studio.NET 2003 and Visual Studio 2005.
Release 1.5.4 (2014-10-14)

View File

@ -5,7 +5,7 @@
#include "winres.h"
#define POCO_VERSION 1,6,0,0
#define POCO_VERSION_STR "1.6.0d1"
#define POCO_VERSION_STR "1.6.0"
VS_VERSION_INFO VERSIONINFO
FILEVERSION POCO_VERSION

View File

@ -37,7 +37,7 @@
// Ax: alpha releases
// Bx: beta releases
//
#define POCO_VERSION 0x010600D1
#define POCO_VERSION 0x01060000
#endif // Foundation_Version_INCLUDED

View File

@ -1 +1 @@
1.6.0d1
1.6.0

View File

@ -58,6 +58,7 @@ AAAIntroduction
Context object (the underlying OpenSSL context would leak)
- Poco::URI: added new constructor to create URI from Path
- Various documentation and style fixes
- Removed support (project/solution files) for Visual Studio.NET 2003 and Visual Studio 2005.
!!Incompatible Changes and Possible Transition Issues