mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-01 09:24:55 +02:00
Updated version number and copyright dates.
This commit is contained in:
parent
b898efd23f
commit
87ffa9b133
@ -4,8 +4,8 @@
|
||||
|
||||
#include "afxres.h"
|
||||
|
||||
#define POCO_VERSION 1,5,0,0
|
||||
#define POCO_VERSION_STR "1.5.0"
|
||||
#define POCO_VERSION 1,5,1,0
|
||||
#define POCO_VERSION_STR "1.5.1"
|
||||
|
||||
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) 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 "ProductVersion", POCO_VERSION_STR
|
||||
END
|
||||
|
Loading…
x
Reference in New Issue
Block a user