From 1df46138017adc88322fc06695a2d93d9b5ec40f Mon Sep 17 00:00:00 2001 From: Alex Fabijanic Date: Fri, 1 Mar 2024 11:08:52 +0100 Subject: [PATCH] chore: update files for version 1.13.3 --- CHANGELOG | 6 +++++- DLLVersion.rc | 2 +- Foundation/include/Poco/Version.h | 2 +- VERSION | 2 +- libversion | 2 +- 5 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 813c862c12..f342fdf9d7 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,10 @@ This is the changelog file for the POCO C++ Libraries. +Release 1.13.3 (2024-03-??) +=========================== + + Release 1.13.2 (2024-02-19) =========================== @@ -38,7 +42,7 @@ Features and Enhancements: Bug Fixes and Improvements: -- GH #4443 Upgrade libexpat to 2.6.0 +- GH #4443 Upgrade libexpat to 2.6.0 - GH #4425 Unit tests: optional testing of deprecated functionality - GH #4421 Multiple calls to initializeSSL/uninitializeSSL cause assert failure during certificate validation - GH #4411 NULL pointer: strategy when setting rotation never in FileChannel diff --git a/DLLVersion.rc b/DLLVersion.rc index 6fe40d346c..141634483f 100644 --- a/DLLVersion.rc +++ b/DLLVersion.rc @@ -5,7 +5,7 @@ #include "winres.h" #define POCO_VERSION 1,13,2,0 -#define POCO_VERSION_STR "1.13.2" +#define POCO_VERSION_STR "1.13.3" VS_VERSION_INFO VERSIONINFO FILEVERSION POCO_VERSION diff --git a/Foundation/include/Poco/Version.h b/Foundation/include/Poco/Version.h index 6f8fdcb248..eff51feded 100644 --- a/Foundation/include/Poco/Version.h +++ b/Foundation/include/Poco/Version.h @@ -36,6 +36,6 @@ // Bx: beta releases // -#define POCO_VERSION 0x010D0200 +#define POCO_VERSION 0x010D0300 #endif // Foundation_Version_INCLUDED diff --git a/VERSION b/VERSION index 61ce01b301..01b7568230 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.13.2 +1.13.3 diff --git a/libversion b/libversion index 257e563266..a9c8fe8292 100644 --- a/libversion +++ b/libversion @@ -1 +1 @@ -102 +103