Skip to content

Commit

Permalink
chore: update files for version 1.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aleks-f committed Mar 1, 2024
1 parent a8aea33 commit 1df4613
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -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)
===========================

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion DLLVersion.rc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Foundation/include/Poco/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
// Bx: beta releases
//

#define POCO_VERSION 0x010D0200
#define POCO_VERSION 0x010D0300

#endif // Foundation_Version_INCLUDED
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.13.2
1.13.3
2 changes: 1 addition & 1 deletion libversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
102
103

0 comments on commit 1df4613

Please sign in to comment.