mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-06 08:41:11 +01:00
branch off poco-1.11.2
This commit is contained in:
parent
2c8dde53de
commit
fb4f3c0231
@ -1,5 +1,11 @@
|
|||||||
This is the changelog file for the POCO C++ Libraries.
|
This is the changelog file for the POCO C++ Libraries.
|
||||||
|
|
||||||
|
Release 1.11.2 (2022-02-XX)
|
||||||
|
===========================
|
||||||
|
|
||||||
|
- TODO
|
||||||
|
|
||||||
|
|
||||||
Release 1.11.1 (2021-11-05)
|
Release 1.11.1 (2021-11-05)
|
||||||
===========================
|
===========================
|
||||||
|
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
#include "winres.h"
|
#include "winres.h"
|
||||||
|
|
||||||
#define POCO_VERSION 1,11,1,0
|
#define POCO_VERSION 1,11,2,0
|
||||||
#define POCO_VERSION_STR "1.11.1"
|
#define POCO_VERSION_STR "1.11.2"
|
||||||
|
|
||||||
VS_VERSION_INFO VERSIONINFO
|
VS_VERSION_INFO VERSIONINFO
|
||||||
FILEVERSION POCO_VERSION
|
FILEVERSION POCO_VERSION
|
||||||
@ -28,7 +28,7 @@ BEGIN
|
|||||||
VALUE "FileDescription", "This file is part of the POCO C++ Libraries."
|
VALUE "FileDescription", "This file is part of the POCO C++ Libraries."
|
||||||
VALUE "FileVersion", POCO_VERSION_STR
|
VALUE "FileVersion", POCO_VERSION_STR
|
||||||
VALUE "InternalName", "POCO"
|
VALUE "InternalName", "POCO"
|
||||||
VALUE "LegalCopyright", "Copyright (C) 2004-2021, Applied Informatics Software Engineering GmbH and Contributors."
|
VALUE "LegalCopyright", "Copyright (C) 2004-2022, Applied Informatics Software Engineering GmbH and Contributors."
|
||||||
VALUE "ProductName", "POCO C++ Libraries - https://pocoproject.org"
|
VALUE "ProductName", "POCO C++ Libraries - https://pocoproject.org"
|
||||||
VALUE "ProductVersion", POCO_VERSION_STR
|
VALUE "ProductVersion", POCO_VERSION_STR
|
||||||
END
|
END
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
// Ax: alpha releases
|
// Ax: alpha releases
|
||||||
// Bx: beta releases
|
// Bx: beta releases
|
||||||
//
|
//
|
||||||
#define POCO_VERSION 0x010B0100
|
#define POCO_VERSION 0x010B0200
|
||||||
|
|
||||||
|
|
||||||
#endif // Foundation_Version_INCLUDED
|
#endif // Foundation_Version_INCLUDED
|
||||||
|
@ -1,6 +1,13 @@
|
|||||||
POCO C++ Libraries Release Notes
|
POCO C++ Libraries Release Notes
|
||||||
AAAIntroduction
|
AAAIntroduction
|
||||||
|
|
||||||
|
!!!Release 1.11.2
|
||||||
|
|
||||||
|
!!Summary of Changes
|
||||||
|
|
||||||
|
- TODO
|
||||||
|
|
||||||
|
|
||||||
!!!Release 1.11.1
|
!!!Release 1.11.1
|
||||||
|
|
||||||
!!Summary of Changes
|
!!Summary of Changes
|
||||||
|
@ -1 +1 @@
|
|||||||
81
|
82
|
Loading…
Reference in New Issue
Block a user