chore: branch for 1.14.2

This commit is contained in:
Günter Obiltschnig
2025-02-27 14:06:26 +01:00
parent 726a9b6349
commit 4b52cc6b25
6 changed files with 36 additions and 5 deletions

View File

@@ -1,6 +1,22 @@
This is the changelog file for the POCO C++ Libraries. This is the changelog file for the POCO C++ Libraries.
Release 1.14.2 (2025-03-XX)
===========================
Summary of Changes:
This is a bugfix release.
Features, Enhancements and Third Party Updates:
- TODO
Bug Fixes and Improvements:
- TODO
Release 1.14.1 (2025-02-11) Release 1.14.1 (2025-02-11)
=========================== ===========================

View File

@@ -4,8 +4,8 @@
#include "winres.h" #include "winres.h"
#define POCO_VERSION 1,14,1,0 #define POCO_VERSION 1,14,2,0
#define POCO_VERSION_STR "1.14.1" #define POCO_VERSION_STR "1.14.2"
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 0x010E0100 #define POCO_VERSION 0x010E0200
#endif // Foundation_Version_INCLUDED #endif // Foundation_Version_INCLUDED

View File

@@ -1 +1 @@
1.14.1 1.14.2

View File

@@ -1,6 +1,21 @@
POCO C++ Libraries Release Notes POCO C++ Libraries Release Notes
AAAIntroduction AAAIntroduction
!!!Release 1.14.2
!!Summary of Changes
This is a bugfix release.
!!Features, Enhancements and Third Party Updates
- TODO
!!Bug Fixes and Improvements
- TODO
!!!Release 1.14.1 !!!Release 1.14.1
!!Summary of Changes !!Summary of Changes

View File

@@ -1 +1 @@
111 112