bump version to 1.10.1

This commit is contained in:
Günter Obiltschnig 2020-02-04 08:52:26 +01:00
parent 0557e87117
commit 8d227dc8d3
6 changed files with 19 additions and 5 deletions

View File

@ -1,5 +1,11 @@
This is the changelog file for the POCO C++ Libraries.
Release 1.10.1 (2020-02-xx)
==========================
- TODO
Release 1.10.0 (2020-01-27)
==========================

View File

@ -4,8 +4,8 @@
#include "winres.h"
#define POCO_VERSION 1,10,0,0
#define POCO_VERSION_STR "1.10.0"
#define POCO_VERSION 1,10,1,0
#define POCO_VERSION_STR "1.10.1"
VS_VERSION_INFO VERSIONINFO
FILEVERSION POCO_VERSION

View File

@ -35,7 +35,7 @@
// Ax: alpha releases
// Bx: beta releases
//
#define POCO_VERSION 0x010A0000
#define POCO_VERSION 0x010A0100
#endif // Foundation_Version_INCLUDED

View File

@ -1 +1 @@
1.10.0
1.10.1

View File

@ -1,6 +1,14 @@
POCO C++ Libraries Release Notes
AAAIntroduction
!!!Release 1.10.1
!!Summary of Changes
- TODO
!!!Release 1.10.0
!!Summary of Changes

View File

@ -1 +1 @@
70
71