mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-12 10:13:51 +01:00
created poco-1.8.1 branch
This commit is contained in:
parent
24ecd1736e
commit
363a1b7d85
@ -1,6 +1,12 @@
|
||||
This is the changelog file for the POCO C++ Libraries.
|
||||
|
||||
|
||||
Release 1.8.1 (2017-12-xx)
|
||||
==========================
|
||||
|
||||
- TODO
|
||||
|
||||
|
||||
Release 1.8.0.1 (2017-11-11)
|
||||
============================
|
||||
|
||||
|
@ -4,8 +4,8 @@
|
||||
|
||||
#include "winres.h"
|
||||
|
||||
#define POCO_VERSION 1,8,0,1
|
||||
#define POCO_VERSION_STR "1.8.0.1"
|
||||
#define POCO_VERSION 1,8,1,0
|
||||
#define POCO_VERSION_STR "1.8.1"
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION POCO_VERSION
|
||||
|
@ -35,7 +35,7 @@
|
||||
// Ax: alpha releases
|
||||
// Bx: beta releases
|
||||
//
|
||||
#define POCO_VERSION 0x01080001
|
||||
#define POCO_VERSION 0x01080100
|
||||
|
||||
|
||||
#endif // Foundation_Version_INCLUDED
|
||||
|
@ -1,6 +1,13 @@
|
||||
POCO C++ Libraries Release Notes
|
||||
AAAIntroduction
|
||||
|
||||
!!!Release 1.8.1
|
||||
|
||||
!!Summary of Changes
|
||||
|
||||
- TODO
|
||||
|
||||
|
||||
!!!Release 1.8.0.1
|
||||
|
||||
!!Summary of Changes
|
||||
|
@ -1 +1 @@
|
||||
50
|
||||
51
|
Loading…
Reference in New Issue
Block a user