Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
obiltschnig committed Dec 4, 2023
1 parent 6caa224 commit d2e8ac5
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
This is the changelog file for the POCO C++ Libraries.


Release 1.11.8p2 (2023-12-04)
=============================

- GH #4320: Integer overflow in Poco::UTF32Encoding


Release 1.11.8p1 (2023-11-02)
=============================

Expand Down
4 changes: 2 additions & 2 deletions DLLVersion.rc
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

#include "winres.h"

#define POCO_VERSION 1,11,8,1
#define POCO_VERSION_STR "1.11.8p1"
#define POCO_VERSION 1,11,8,2
#define POCO_VERSION_STR "1.11.8p2"

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 @@ -35,7 +35,7 @@
// Ax: alpha releases
// Bx: beta releases
//
#define POCO_VERSION 0x010B0801
#define POCO_VERSION 0x010B0802


#endif // Foundation_Version_INCLUDED
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.11.8p1
1.11.8p2
7 changes: 7 additions & 0 deletions doc/99100-ReleaseNotes.page
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
POCO C++ Libraries Release Notes
AAAIntroduction

!!!Release 1.11.8p1

!! Summary of Changes

- GH #4320: Integer overflow in Poco::UTF32Encoding


!!!Release 1.11.8p1

!! Summary of Changes
Expand Down

0 comments on commit d2e8ac5

Please sign in to comment.