chore: update files for version 1.13.3

This commit is contained in:
Alex Fabijanic 2024-03-01 11:08:52 +01:00
parent a8aea338d2
commit 1df4613801
5 changed files with 9 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

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

View File

@ -1 +1 @@
1.13.2
1.13.3

View File

@ -1 +1 @@
102
103