set-up poco-1.6.2 branch

This commit is contained in:
Guenter Obiltschnig 2015-09-11 07:45:59 +02:00
parent 25b7adb32e
commit bceee7907d
4 changed files with 8 additions and 4 deletions

View File

@ -1,5 +1,9 @@
This is the changelog file for the POCO C++ Libraries.
Release 1.6.2 (2015-10-xx)
==========================
Release 1.6.1 (2015-08-03)
==========================

View File

@ -4,8 +4,8 @@
#include "winres.h"
#define POCO_VERSION 1,6,1,0
#define POCO_VERSION_STR "1.6.1"
#define POCO_VERSION 1,6,2,0
#define POCO_VERSION_STR "1.6.2"
VS_VERSION_INFO VERSIONINFO
FILEVERSION POCO_VERSION

View File

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

View File

@ -1 +1 @@
1.6.1
1.6.2