Updating Version Number to 3.02.02.001
authorChris Nighswonger <chris.nighswonger@gmail.com>
Mon, 3 Jan 2011 17:25:30 +0000 (12:25 -0500)
committerChris Nighswonger <chris.nighswonger@gmail.com>
Mon, 3 Jan 2011 17:25:30 +0000 (12:25 -0500)
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 0525567..541f699 100755 (executable)
@@ -3903,7 +3903,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     SetVersion ($DBversion);
 }
 
-$DBversion = "XXX";
+$DBversion = "3.02.02.001";
 if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     $dbh->do("UPDATE `marc_subfield_structure` SET liblibrarian = 'Distance from earth' WHERE liblibrarian = 'Distrance from earth' AND tagfield = '034' AND tagsubfield = 'r';");
     $dbh->do("UPDATE `marc_subfield_structure` SET libopac = 'Distance from earth' WHERE libopac = 'Distrance from earth' AND tagfield = '034' AND tagsubfield = 'r';");
index 37f666c..db7ee72 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.02.02.000';
+    our $VERSION = '3.02.02.001';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install