create poco-1.11.3 branch, bump version

This commit is contained in:
Günter Obiltschnig 2022-04-20 11:56:40 +02:00
parent 96c0bf6d78
commit b83a66500b
6 changed files with 18 additions and 5 deletions

View File

@ -1,5 +1,11 @@
This is the changelog file for the POCO C++ Libraries.
Release 1.11.2 (2022-05-XX)
===========================
- TODO
Release 1.11.2 (2022-04-16)
===========================

View File

@ -4,8 +4,8 @@
#include "winres.h"
#define POCO_VERSION 1,11,2,0
#define POCO_VERSION_STR "1.11.2"
#define POCO_VERSION 1,11,3,0
#define POCO_VERSION_STR "1.11.3"
VS_VERSION_INFO VERSIONINFO
FILEVERSION POCO_VERSION

View File

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

View File

@ -1 +1 @@
1.11.2
1.11.3

View File

@ -1,6 +1,13 @@
POCO C++ Libraries Release Notes
AAAIntroduction
!!!Release 1.11.3
!!Summary of Changes
- TODO
!!!Release 1.11.2
!!Summary of Changes

View File

@ -1 +1 @@
82
83