branch off poco-1.12.4

This commit is contained in:
Günter Obiltschnig
2022-10-31 13:12:11 +01:00
parent 9fc117d585
commit e530d98781
5 changed files with 17 additions and 4 deletions

View File

@@ -1,5 +1,11 @@
This is the changelog file for the POCO C++ Libraries. This is the changelog file for the POCO C++ Libraries.
Release 1.12.3 (2022-10-31)
===========================
- TODO
Release 1.12.3 (2022-10-24) Release 1.12.3 (2022-10-24)
=========================== ===========================

View File

@@ -4,8 +4,8 @@
#include "winres.h" #include "winres.h"
#define POCO_VERSION 1,12,3,0 #define POCO_VERSION 1,12,4,0
#define POCO_VERSION_STR "1.12.3" #define POCO_VERSION_STR "1.12.4"
VS_VERSION_INFO VERSIONINFO VS_VERSION_INFO VERSIONINFO
FILEVERSION POCO_VERSION FILEVERSION POCO_VERSION

View File

@@ -36,6 +36,6 @@
// Bx: beta releases // Bx: beta releases
// //
#define POCO_VERSION 0x010C0300 #define POCO_VERSION 0x010C0400
#endif // Foundation_Version_INCLUDED #endif // Foundation_Version_INCLUDED

View File

@@ -2,6 +2,13 @@ POCO C++ Libraries Release Notes
AAAIntroduction AAAIntroduction
!!!Release 1.12.4
!!Summary of Changes
- TODO
!!!Release 1.12.3 !!!Release 1.12.3
!!Summary of Changes !!Summary of Changes

View File

@@ -1 +1 @@
93 94