From 87ffa9b133c0a03c0d7fb6dffefa85be397543d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnter=20Obiltschnig?= Date: Thu, 10 Jan 2013 23:31:55 +0100 Subject: [PATCH] Updated version number and copyright dates. --- DLLVersion.rc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DLLVersion.rc b/DLLVersion.rc index 224e94602..eb6d54e5a 100644 --- a/DLLVersion.rc +++ b/DLLVersion.rc @@ -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