Sfoglia il codice sorgente

Updated version number and copyright dates.

Günter Obiltschnig 13 anni fa
parent
commit
87ffa9b133
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 3 3
      DLLVersion.rc

+ 3 - 3
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