mirror of
				https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
				synced 2025-11-03 20:18:01 +00:00 
			
		
		
		
	bumped version to 1.7.9
This commit is contained in:
		@@ -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)
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -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
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -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
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -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
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1 +1 @@
 | 
				
			|||||||
48
 | 
					49
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user