Günter Obiltschnig пре 8 година
родитељ
комит
85d0cfb9ed
6 измењених фајлова са 7 додато и 7 уклоњено
  1. 1 1
      CHANGELOG
  2. 2 2
      DLLVersion.rc
  3. 1 1
      Foundation/include/Poco/Version.h
  4. 1 1
      VERSION
  5. 1 1
      doc/99100-ReleaseNotes.page
  6. 1 1
      libversion

+ 1 - 1
CHANGELOG

@@ -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)

+ 2 - 2
DLLVersion.rc

@@ -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

+ 1 - 1
Foundation/include/Poco/Version.h

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

+ 1 - 1
VERSION

@@ -1 +1 @@
-1.7.8p4
+1.7.9

+ 1 - 1
doc/99100-ReleaseNotes.page

@@ -1,7 +1,7 @@
 POCO C++ Libraries Release Notes
 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 #1834: Visual Studio 2008 cannot find stdint.h

+ 1 - 1
libversion

@@ -1 +1 @@
-48
+49