From: <sv...@va...> - 2011-06-23 17:31:55
|
Author: cerion Date: 2011-06-23 18:27:05 +0100 (Thu, 23 Jun 2011) New Revision: 526 Log: update version to 2.0.1.SVN Modified: trunk/README trunk/vk_config.pri Modified: trunk/README =================================================================== --- trunk/README 2011-06-23 17:08:13 UTC (rev 525) +++ trunk/README 2011-06-23 17:27:05 UTC (rev 526) @@ -1,7 +1,7 @@ Release Notes for Valkyrie ~~~~~~~~~~~~~~~~~~~~~~~~~~ -Valkyrie version 2.0.0.SVN supports Valgrind 3.6.x. +Valkyrie version 2.0.1.SVN supports Valgrind 3.6.x. Valkyrie supports the Valgrind tools Memcheck and Helgrind. Valkyrie is licensed under the GNU General Public License, version 2. Modified: trunk/vk_config.pri =================================================================== --- trunk/vk_config.pri 2011-06-23 17:08:13 UTC (rev 525) +++ trunk/vk_config.pri 2011-06-23 17:27:05 UTC (rev 526) @@ -6,7 +6,7 @@ ###################################################################### NAME = valkyrie -VERSION = 2.0.0 +VERSION = 2.0.1.SVN PACKAGE = $$NAME-$$VERSION ###################################################################### |