diff --git a/CHANGELOG b/CHANGELOG index 6f4bc3012..ec0445333 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,11 @@ This is the changelog file for the POCO C++ Libraries. +Release 1.7.6 (2016-09-xx) +========================== + +- TODO + + Release 1.7.5 (2016-08-29) ========================== diff --git a/DLLVersion.rc b/DLLVersion.rc index 1403990e0..a5def2f2c 100644 --- a/DLLVersion.rc +++ b/DLLVersion.rc @@ -4,8 +4,8 @@ #include "winres.h" -#define POCO_VERSION 1,7,5,0 -#define POCO_VERSION_STR "1.7.5" +#define POCO_VERSION 1,7,6,0 +#define POCO_VERSION_STR "1.7.6" VS_VERSION_INFO VERSIONINFO FILEVERSION POCO_VERSION diff --git a/Foundation/include/Poco/Version.h b/Foundation/include/Poco/Version.h index a31729518..38be95c6f 100644 --- a/Foundation/include/Poco/Version.h +++ b/Foundation/include/Poco/Version.h @@ -37,7 +37,7 @@ // Ax: alpha releases // Bx: beta releases // -#define POCO_VERSION 0x01070500 +#define POCO_VERSION 0x01070600 #endif // Foundation_Version_INCLUDED diff --git a/README.md b/README.md index 667745427..797664035 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ POCO C++ Libraries Build Status ------------ -- 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) +- 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) ![alt text][logo] diff --git a/VERSION b/VERSION index 6a126f402..de28578af 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.7.5 +1.7.6 diff --git a/doc/99100-ReleaseNotes.page b/doc/99100-ReleaseNotes.page index 3e784f6ca..d95b68c8b 100644 --- a/doc/99100-ReleaseNotes.page +++ b/doc/99100-ReleaseNotes.page @@ -1,6 +1,13 @@ POCO C++ Libraries Release Notes AAAIntroduction +!!!Release 1.7.6 + +!!Summary of Changes + + - TODO + + !!!Release 1.7.5 !!Summary of Changes diff --git a/libversion b/libversion index ea90ee319..9e5feb525 100644 --- a/libversion +++ b/libversion @@ -1 +1 @@ -45 +46