Bumping database version to 3.03.00.010 github/bug_5040 origin/new/bug_5040
authorChris Cormack <chrisc@catalyst.net.nz>
Sat, 1 Jan 2011 20:30:23 +0000 (09:30 +1300)
committerChris Cormack <chrisc@catalyst.net.nz>
Sat, 1 Jan 2011 20:30:23 +0000 (09:30 +1300)
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 94d3e19..0208174 100755 (executable)
@@ -3915,7 +3915,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     SetVersion ($DBversion);
 }
 
-$DBversion = "XXX";
+$DBversion = "3.03.00.010";
 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 a6e56b3..ad61294 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.03.00.009';
+    our $VERSION = '3.03.00.010';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install