Przeglądaj źródła

created branch for version 1.8.0

Guenter Obiltschnig 9 lat temu
rodzic
commit
1657fe0fb0
6 zmienionych plików z 18 dodań i 5 usunięć
  1. 6 0
      CHANGELOG
  2. 2 2
      DLLVersion.rc
  3. 1 1
      Foundation/include/Poco/Version.h
  4. 1 1
      VERSION
  5. 7 0
      doc/99100-ReleaseNotes.page
  6. 1 1
      libversion

+ 6 - 0
CHANGELOG

@@ -1,5 +1,11 @@
 This is the changelog file for the POCO C++ Libraries.
 
+Release 1.8.0 (2016-09-xx)
+==========================
+
+- tbd
+
+
 Release 1.7.4 (2016-07-20)
 ==========================
 

+ 2 - 2
DLLVersion.rc

@@ -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,8,0,0
+#define POCO_VERSION_STR "1.8.0"
 
 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 0x01070400
+#define POCO_VERSION 0x01080000
 
 
 #endif // Foundation_Version_INCLUDED

+ 1 - 1
VERSION

@@ -1 +1 @@
-1.7.4
+1.8.0

+ 7 - 0
doc/99100-ReleaseNotes.page

@@ -1,6 +1,13 @@
 POCO C++ Libraries Release Notes
 AAAIntroduction
 
+!!!Release 1.8.0
+
+!!Summary of Changes
+
+  -- tbd
+
+
 !!!Release 1.7.4
 
 !!Summary of Changes

+ 1 - 1
libversion

@@ -1 +1 @@
-44
+50