updated version no and changelog

This commit is contained in:
Guenter Obiltschnig 2014-12-15 11:10:28 +01:00
Родитель 931a5a5252
Коммит 28cf70d3f9
5 изменённых файлов: 5 добавлений и 3 удалений

Просмотреть файл

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

Просмотреть файл

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