mirror of
https://github.com/pocoproject/poco.git
synced 2025-03-04 07:27:23 +01:00
set-up poco-1.6.2 branch
This commit is contained in:
parent
25b7adb32e
commit
bceee7907d
@ -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)
|
||||
==========================
|
||||
|
||||
|
@ -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
|
||||
|
@ -37,7 +37,7 @@
|
||||
// Ax: alpha releases
|
||||
// Bx: beta releases
|
||||
//
|
||||
#define POCO_VERSION 0x01060100
|
||||
#define POCO_VERSION 0x01060200
|
||||
|
||||
|
||||
#endif // Foundation_Version_INCLUDED
|
||||
|
Loading…
x
Reference in New Issue
Block a user