mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-12 10:13:51 +01:00
updated version no and changelog
This commit is contained in:
parent
931a5a5252
commit
28cf70d3f9
@ -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)
|
||||
|
@ -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
|
||||
|
@ -37,7 +37,7 @@
|
||||
// Ax: alpha releases
|
||||
// Bx: beta releases
|
||||
//
|
||||
#define POCO_VERSION 0x010600D1
|
||||
#define POCO_VERSION 0x01060000
|
||||
|
||||
|
||||
#endif // Foundation_Version_INCLUDED
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user