|
|
@@ -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
|