mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-31 14:39:53 +01:00
create poco-1.11.3 branch, bump version
This commit is contained in:
parent
96c0bf6d78
commit
b83a66500b
@ -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)
|
||||
===========================
|
||||
|
||||
|
@ -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
|
||||
|
@ -35,7 +35,7 @@
|
||||
// Ax: alpha releases
|
||||
// Bx: beta releases
|
||||
//
|
||||
#define POCO_VERSION 0x010B0200
|
||||
#define POCO_VERSION 0x010B0300
|
||||
|
||||
|
||||
#endif // Foundation_Version_INCLUDED
|
||||
|
@ -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
|
||||
|
@ -1 +1 @@
|
||||
82
|
||||
83
|
Loading…
x
Reference in New Issue
Block a user