mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-01 09:24:55 +02:00
bumped version of develop to 2.0
This commit is contained in:
parent
a6aea22ab8
commit
357aab1c7c
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
#include "winres.h"
|
#include "winres.h"
|
||||||
|
|
||||||
#define POCO_VERSION 1,7,0,0
|
#define POCO_VERSION 2,0,0,0
|
||||||
#define POCO_VERSION_STR "1.7.0"
|
#define POCO_VERSION_STR "2.0.0"
|
||||||
|
|
||||||
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-2015, Applied Informatics Software Engineering GmbH and Contributors."
|
VALUE "LegalCopyright", "Copyright (C) 2004-2016, Applied Informatics Software Engineering GmbH and Contributors."
|
||||||
VALUE "ProductName", "POCO C++ Libraries - http://pocoproject.org"
|
VALUE "ProductName", "POCO C++ Libraries - http://pocoproject.org"
|
||||||
VALUE "ProductVersion", POCO_VERSION_STR
|
VALUE "ProductVersion", POCO_VERSION_STR
|
||||||
END
|
END
|
||||||
|
@ -37,7 +37,7 @@
|
|||||||
// Ax: alpha releases
|
// Ax: alpha releases
|
||||||
// Bx: beta releases
|
// Bx: beta releases
|
||||||
//
|
//
|
||||||
#define POCO_VERSION 0x01070000
|
#define POCO_VERSION 0x02000000
|
||||||
|
|
||||||
|
|
||||||
#endif // Foundation_Version_INCLUDED
|
#endif // Foundation_Version_INCLUDED
|
||||||
|
@ -1 +1 @@
|
|||||||
40
|
60
|
||||||
|
Loading…
x
Reference in New Issue
Block a user