mirror of
https://github.com/pocoproject/poco.git
synced 2025-02-21 06:37:42 +01:00
bumped version to 1.10.0
This commit is contained in:
parent
625dd6b51e
commit
dee86fbbfe
@ -4,8 +4,8 @@
|
||||
|
||||
#include "winres.h"
|
||||
|
||||
#define POCO_VERSION 1,9,1,0
|
||||
#define POCO_VERSION_STR "1.9.1"
|
||||
#define POCO_VERSION 1,10,0,0
|
||||
#define POCO_VERSION_STR "1.10.0"
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION POCO_VERSION
|
||||
@ -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-2018, Applied Informatics Software Engineering GmbH and Contributors."
|
||||
VALUE "LegalCopyright", "Copyright (C) 2004-2019, Applied Informatics Software Engineering GmbH and Contributors."
|
||||
VALUE "ProductName", "POCO C++ Libraries - http://pocoproject.org"
|
||||
VALUE "ProductVersion", POCO_VERSION_STR
|
||||
END
|
||||
|
@ -35,7 +35,7 @@
|
||||
// Ax: alpha releases
|
||||
// Bx: beta releases
|
||||
//
|
||||
#define POCO_VERSION 0x01090100
|
||||
#define POCO_VERSION 0x010A0000
|
||||
|
||||
|
||||
#endif // Foundation_Version_INCLUDED
|
||||
|
@ -1 +1 @@
|
||||
61
|
||||
70
|
Loading…
x
Reference in New Issue
Block a user