mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-12 18:20:26 +01:00
create 1.10.2 branch
This commit is contained in:
parent
a3d827d80e
commit
75821fc591
@ -1,5 +1,11 @@
|
||||
This is the changelog file for the POCO C++ Libraries.
|
||||
|
||||
Release 1.10.2 (2020-08-XX)
|
||||
===========================
|
||||
|
||||
- TODO
|
||||
|
||||
|
||||
Release 1.10.1 (2020-02-10)
|
||||
===========================
|
||||
|
||||
|
@ -4,8 +4,8 @@
|
||||
|
||||
#include "winres.h"
|
||||
|
||||
#define POCO_VERSION 1,10,1,0
|
||||
#define POCO_VERSION_STR "1.10.1"
|
||||
#define POCO_VERSION 1,10,2,0
|
||||
#define POCO_VERSION_STR "1.10.2"
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION POCO_VERSION
|
||||
|
@ -35,7 +35,7 @@
|
||||
// Ax: alpha releases
|
||||
// Bx: beta releases
|
||||
//
|
||||
#define POCO_VERSION 0x010A0100
|
||||
#define POCO_VERSION 0x010A0200
|
||||
|
||||
|
||||
#endif // Foundation_Version_INCLUDED
|
||||
|
@ -1,6 +1,13 @@
|
||||
POCO C++ Libraries Release Notes
|
||||
AAAIntroduction
|
||||
|
||||
!!!Release 1.10.2
|
||||
|
||||
!!Summary of Changes
|
||||
|
||||
- TODO
|
||||
|
||||
|
||||
!!!Release 1.10.1
|
||||
|
||||
!!Summary of Changes
|
||||
|
@ -1 +1 @@
|
||||
71
|
||||
72
|
Loading…
Reference in New Issue
Block a user