bumped version to 1.7.9

This commit is contained in:
Günter Obiltschnig 2017-08-11 15:29:17 +02:00
parent b9b76fc99d
commit 85d0cfb9ed
6 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
This is the changelog file for the POCO C++ Libraries. This is the changelog file for the POCO C++ Libraries.
Release 1.7.8p4 (2017-08-11) Release 1.7.9 (2017-08-14)
============================ ============================
- fixed GH #1813: xmlparse.cpp doesn't compile in WinCE (poco 1.7.8p3) - fixed GH #1813: xmlparse.cpp doesn't compile in WinCE (poco 1.7.8p3)

View File

@ -4,8 +4,8 @@
#include "winres.h" #include "winres.h"
#define POCO_VERSION 1,7,8,4 #define POCO_VERSION 1,7,9,0
#define POCO_VERSION_STR "1.7.8p4" #define POCO_VERSION_STR "1.7.9"
VS_VERSION_INFO VERSIONINFO VS_VERSION_INFO VERSIONINFO
FILEVERSION POCO_VERSION FILEVERSION POCO_VERSION

View File

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

View File

@ -1 +1 @@
1.7.8p4 1.7.9

View File

@ -1,7 +1,7 @@
POCO C++ Libraries Release Notes POCO C++ Libraries Release Notes
AAAIntroduction AAAIntroduction
!!!Release 1.7.8p4 !!!Release 1.7.9
- fixed GH #1813: xmlparse.cpp doesn't compile in WinCE (poco 1.7.8p3) - fixed GH #1813: xmlparse.cpp doesn't compile in WinCE (poco 1.7.8p3)
- fixed GH #1834: Visual Studio 2008 cannot find stdint.h - fixed GH #1834: Visual Studio 2008 cannot find stdint.h

View File

@ -1 +1 @@
48 49