Skip to content

Commit

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

Release 1.11.7 (2023-07-XX)
===========================

- TODO


Release 1.11.6 (2022-12-08)
===========================

Expand Down
6 changes: 3 additions & 3 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,6,0
#define POCO_VERSION_STR "1.11.6"
#define POCO_VERSION 1,11,7,0
#define POCO_VERSION_STR "1.11.7"

VS_VERSION_INFO VERSIONINFO
FILEVERSION POCO_VERSION
Expand All @@ -28,7 +28,7 @@ BEGIN
VALUE "FileDescription", "This file is part of the POCO C++ Libraries."
VALUE "FileVersion", POCO_VERSION_STR
VALUE "InternalName", "POCO"
VALUE "LegalCopyright", "Copyright (C) 2004-2022, Applied Informatics Software Engineering GmbH and Contributors."
VALUE "LegalCopyright", "Copyright (C) 2004-2023, Applied Informatics Software Engineering GmbH and Contributors."
VALUE "ProductName", "POCO C++ Libraries - https://pocoproject.org"
VALUE "ProductVersion", POCO_VERSION_STR
END
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 0x010B0600
#define POCO_VERSION 0x010B0700


#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.6
1.11.7
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.7

!!Summary of Changes

- TODO


!!!Release 1.11.6

!!Summary of Changes
Expand Down
2 changes: 1 addition & 1 deletion libversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
86
87

0 comments on commit 1d64c61

Please sign in to comment.