mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 10:32:57 +01:00
created poco-1.7.5 branch
This commit is contained in:
parent
da66f2863a
commit
9ccfcab380
@ -1,5 +1,11 @@
|
||||
This is the changelog file for the POCO C++ Libraries.
|
||||
|
||||
Release 1.7.5 (2016-08-30)
|
||||
==========================
|
||||
|
||||
- TODO
|
||||
|
||||
|
||||
Release 1.7.4 (2016-07-20)
|
||||
==========================
|
||||
|
||||
|
@ -4,8 +4,8 @@
|
||||
|
||||
#include "winres.h"
|
||||
|
||||
#define POCO_VERSION 1,7,4,0
|
||||
#define POCO_VERSION_STR "1.7.4"
|
||||
#define POCO_VERSION 1,7,5,0
|
||||
#define POCO_VERSION_STR "1.7.5"
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION POCO_VERSION
|
||||
|
@ -37,7 +37,7 @@
|
||||
// Ax: alpha releases
|
||||
// Bx: beta releases
|
||||
//
|
||||
#define POCO_VERSION 0x01070400
|
||||
#define POCO_VERSION 0x01070500
|
||||
|
||||
|
||||
#endif // Foundation_Version_INCLUDED
|
||||
|
@ -4,8 +4,8 @@ POCO C++ Libraries
|
||||
Build Status
|
||||
------------
|
||||
|
||||
- Travis: [![Travis Build Status](https://travis-ci.org/pocoproject/poco.png?branch=poco-1.7.4)](https://travis-ci.org/pocoproject/poco)
|
||||
- AppVeyor: [![Build status](https://ci.appveyor.com/api/projects/status/7iyrx3f233s3akae/branch/poco-1.7.4?svg=true)](https://ci.appveyor.com/project/obiltschnig/poco/branch/poco-1.7.4)
|
||||
- Travis: [![Travis Build Status](https://travis-ci.org/pocoproject/poco.png?branch=poco-1.7.5)](https://travis-ci.org/pocoproject/poco)
|
||||
- AppVeyor: [![Build status](https://ci.appveyor.com/api/projects/status/7iyrx3f233s3akae/branch/poco-1.7.5?svg=true)](https://ci.appveyor.com/project/obiltschnig/poco/branch/poco-1.7.5)
|
||||
|
||||
|
||||
![alt text][logo]
|
||||
|
@ -1,6 +1,13 @@
|
||||
POCO C++ Libraries Release Notes
|
||||
AAAIntroduction
|
||||
|
||||
!!!Release 1.7.5
|
||||
|
||||
!!Summary of Changes
|
||||
|
||||
- TODO
|
||||
|
||||
|
||||
!!!Release 1.7.4
|
||||
|
||||
!!Summary of Changes
|
||||
|
@ -1 +1 @@
|
||||
44
|
||||
45
|
||||
|
Loading…
Reference in New Issue
Block a user