branch off 1.11.1

This commit is contained in:
Günter Obiltschnig
2021-11-05 12:30:27 +01:00
parent 05660c7da0
commit 8582ac9493
5 changed files with 9 additions and 5 deletions

View File

@@ -1,5 +1,9 @@
This is the changelog file for the POCO C++ Libraries. This is the changelog file for the POCO C++ Libraries.
Release 1.11.1 (2021-11-05)
===========================
Release 1.11.0 (2021-06-28) Release 1.11.0 (2021-06-28)
=========================== ===========================

View File

@@ -4,8 +4,8 @@
#include "winres.h" #include "winres.h"
#define POCO_VERSION 1,11,0,0 #define POCO_VERSION 1,11,1,0
#define POCO_VERSION_STR "1.11.0" #define POCO_VERSION_STR "1.11.1"
VS_VERSION_INFO VERSIONINFO VS_VERSION_INFO VERSIONINFO
FILEVERSION POCO_VERSION FILEVERSION POCO_VERSION

View File

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

View File

@@ -1 +1 @@
1.11.0 1.11.1

View File

@@ -1 +1 @@
80 81