mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-19 00:46:03 +01:00
chore: update files for version 1.13.3
This commit is contained in:
parent
a8aea338d2
commit
1df4613801
@ -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
|
||||
|
@ -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
|
||||
|
@ -36,6 +36,6 @@
|
||||
// Bx: beta releases
|
||||
//
|
||||
|
||||
#define POCO_VERSION 0x010D0200
|
||||
#define POCO_VERSION 0x010D0300
|
||||
|
||||
#endif // Foundation_Version_INCLUDED
|
||||
|
@ -1 +1 @@
|
||||
102
|
||||
103
|
||||
|
Loading…
x
Reference in New Issue
Block a user