updated version no and changelog
This commit is contained in:
Родитель
931a5a5252
Коммит
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
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.6.0d1
|
||||
1.6.0
|
||||
|
|
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче