Updating Version Number to 3.02.05.003
authorChris Nighswonger <chris.nighswonger@gmail.com>
Mon, 14 Mar 2011 18:07:10 +0000 (14:07 -0400)
committerChris Nighswonger <chris.nighswonger@gmail.com>
Mon, 14 Mar 2011 18:07:10 +0000 (14:07 -0400)
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 369ba1d..9883def 100755 (executable)
@@ -4002,9 +4002,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     SetVersion ($DBversion);
 }
 
-
-
-$DBversion = 'XXX';
+$DBversion = '3.02.05.003';
 if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     $dbh->do("UPDATE `message_attributes` SET message_name='Item Due' WHERE message_attribute_id=1 AND message_name LIKE 'Item DUE'");
        print "Upgrade to $DBversion done ( fix capitalization in message type )\n";
index 128be4f..fb98940 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.02.05.002';
+    our $VERSION = '3.02.05.003';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install