mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-12 10:13:51 +01:00
bumped version to 1.8.2
This commit is contained in:
parent
4727145db5
commit
af6900b9d6
@ -1,6 +1,12 @@
|
||||
This is the changelog file for the POCO C++ Libraries.
|
||||
|
||||
|
||||
Release 1.8.2 (2018-02-xx)
|
||||
==========================
|
||||
|
||||
- TODO
|
||||
|
||||
|
||||
Release 1.8.1 (2018-01-09)
|
||||
==========================
|
||||
|
||||
|
@ -4,8 +4,8 @@
|
||||
|
||||
#include "winres.h"
|
||||
|
||||
#define POCO_VERSION 1,8,1,0
|
||||
#define POCO_VERSION_STR "1.8.1"
|
||||
#define POCO_VERSION 1,8,2,0
|
||||
#define POCO_VERSION_STR "1.8.2"
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION POCO_VERSION
|
||||
|
@ -35,7 +35,7 @@
|
||||
// Ax: alpha releases
|
||||
// Bx: beta releases
|
||||
//
|
||||
#define POCO_VERSION 0x01080100
|
||||
#define POCO_VERSION 0x01080200
|
||||
|
||||
|
||||
#endif // Foundation_Version_INCLUDED
|
||||
|
@ -1,6 +1,13 @@
|
||||
POCO C++ Libraries Release Notes
|
||||
AAAIntroduction
|
||||
|
||||
!!!Release 1.8.2
|
||||
|
||||
!!Summary of Changes
|
||||
|
||||
- TODO
|
||||
|
||||
|
||||
!!!Release 1.8.1
|
||||
|
||||
!!Summary of Changes
|
||||
|
@ -1 +1 @@
|
||||
51
|
||||
52
|
Loading…
Reference in New Issue
Block a user