branched off release 1.7.7

This commit is contained in:
Guenter Obiltschnig
2016-10-21 22:20:03 +02:00
parent 4d6d037997
commit 34f85a0531
7 changed files with 20 additions and 7 deletions

View File

@@ -1,5 +1,11 @@
This is the changelog file for the POCO C++ Libraries.
Release 1.7.7 (2016-12-XX)
==========================
- TODO
Release 1.7.6 (2016-10-18)
==========================

View File

@@ -4,8 +4,8 @@
#include "winres.h"
#define POCO_VERSION 1,7,6,0
#define POCO_VERSION_STR "1.7.6"
#define POCO_VERSION 1,7,7,0
#define POCO_VERSION_STR "1.7.7"
VS_VERSION_INFO VERSIONINFO
FILEVERSION POCO_VERSION

View File

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

View File

@@ -4,8 +4,8 @@ POCO C++ Libraries
Build Status
------------
- Travis: [![Travis Build Status](https://travis-ci.org/pocoproject/poco.png?branch=poco-1.7.6)](https://travis-ci.org/pocoproject/poco)
- AppVeyor: [![Build status](https://ci.appveyor.com/api/projects/status/7iyrx3f233s3akae/branch/poco-1.7.6?svg=true)](https://ci.appveyor.com/project/obiltschnig/poco/branch/poco-1.7.6)
- Travis: [![Travis Build Status](https://travis-ci.org/pocoproject/poco.png?branch=poco-1.7.7)](https://travis-ci.org/pocoproject/poco)
- AppVeyor: [![Build status](https://ci.appveyor.com/api/projects/status/7iyrx3f233s3akae/branch/poco-1.7.7?svg=true)](https://ci.appveyor.com/project/obiltschnig/poco/branch/poco-1.7.7)
- [![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/370/badge)](https://bestpractices.coreinfrastructure.org/projects/370)

View File

@@ -1 +1 @@
1.7.6
1.7.7

View File

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

View File

@@ -1 +1 @@
46
47