mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 10:32:57 +01:00
branch off 1.11.1
This commit is contained in:
parent
05660c7da0
commit
8582ac9493
@ -1,5 +1,9 @@
|
||||
This is the changelog file for the POCO C++ Libraries.
|
||||
|
||||
Release 1.11.1 (2021-11-05)
|
||||
===========================
|
||||
|
||||
|
||||
Release 1.11.0 (2021-06-28)
|
||||
===========================
|
||||
|
||||
|
@ -4,8 +4,8 @@
|
||||
|
||||
#include "winres.h"
|
||||
|
||||
#define POCO_VERSION 1,11,0,0
|
||||
#define POCO_VERSION_STR "1.11.0"
|
||||
#define POCO_VERSION 1,11,1,0
|
||||
#define POCO_VERSION_STR "1.11.1"
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION POCO_VERSION
|
||||
|
@ -35,7 +35,7 @@
|
||||
// Ax: alpha releases
|
||||
// Bx: beta releases
|
||||
//
|
||||
#define POCO_VERSION 0x010B0000
|
||||
#define POCO_VERSION 0x010B0100
|
||||
|
||||
|
||||
#endif // Foundation_Version_INCLUDED
|
||||
|
@ -1 +1 @@
|
||||
80
|
||||
81
|
Loading…
Reference in New Issue
Block a user