created branch for 1.7.4 release

This commit is contained in:
Guenter Obiltschnig
2016-07-03 09:54:50 +02:00
parent abc4742ebe
commit de8d379d26
6 changed files with 19 additions and 6 deletions

View File

@@ -1,5 +1,11 @@
This is the changelog file for the POCO C++ Libraries.
Release 1.7.4 (2016-08-XX)
==========================
- TODO
Release 1.7.3 (2016-05-02)
==========================

View File

@@ -4,8 +4,8 @@
#include "winres.h"
#define POCO_VERSION 1,7,3,0
#define POCO_VERSION_STR "1.7.3"
#define POCO_VERSION 1,7,4,0
#define POCO_VERSION_STR "1.7.4"
VS_VERSION_INFO VERSIONINFO
FILEVERSION POCO_VERSION

View File

@@ -9,7 +9,7 @@
//
// Version information for the POCO C++ Libraries.
//
// Copyright (c) 2004-2012, Applied Informatics Software Engineering GmbH.
// Copyright (c) 2004-2016, Applied Informatics Software Engineering GmbH.
// and Contributors.
//
// SPDX-License-Identifier: BSL-1.0
@@ -37,7 +37,7 @@
// Ax: alpha releases
// Bx: beta releases
//
#define POCO_VERSION 0x01070300
#define POCO_VERSION 0x01070400
#endif // Foundation_Version_INCLUDED

View File

@@ -1 +1 @@
1.7.3
1.7.4

View File

@@ -1,6 +1,13 @@
POCO C++ Libraries Release Notes
AAAIntroduction
!!!Release 1.7.4
!!Summary of Changes
- TODO
!!!Release 1.7.3
!!Summary of Changes

View File

@@ -1 +1 @@
43
44