@@ -1,6 +1,6 @@
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)
@@ -4,8 +4,8 @@
#include "winres.h"
-#define POCO_VERSION 1,7,8,4
-#define POCO_VERSION_STR "1.7.8p4"
+#define POCO_VERSION 1,7,9,0
+#define POCO_VERSION_STR "1.7.9"
VS_VERSION_INFO VERSIONINFO
FILEVERSION POCO_VERSION
@@ -37,7 +37,7 @@
// Ax: alpha releases
// Bx: beta releases
//
-#define POCO_VERSION 0x01070804
+#define POCO_VERSION 0x01070900
#endif // Foundation_Version_INCLUDED
@@ -1 +1 @@
-1.7.8p4
+1.7.9
@@ -1,7 +1,7 @@
POCO C++ Libraries Release Notes
AAAIntroduction
-!!!Release 1.7.8p4
+!!!Release 1.7.9
- fixed GH #1834: Visual Studio 2008 cannot find stdint.h
-48
+49