Updated version number and copyright dates.
This commit is contained in:
Родитель
b898efd23f
Коммит
87ffa9b133
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
#include "afxres.h"
|
#include "afxres.h"
|
||||||
|
|
||||||
#define POCO_VERSION 1,5,0,0
|
#define POCO_VERSION 1,5,1,0
|
||||||
#define POCO_VERSION_STR "1.5.0"
|
#define POCO_VERSION_STR "1.5.1"
|
||||||
|
|
||||||
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) 2006-2012, Applied Informatics Software Engineering GmbH and Contributors."
|
VALUE "LegalCopyright", "Copyright (C) 2004-2013, 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
|
||||||
|
|
Загрузка…
Ссылка в новой задаче