Bumping database version
authorChris Cormack <chrisc@catalyst.net.nz>
Thu, 7 Apr 2011 04:31:48 +0000 (16:31 +1200)
committerChris Cormack <chrisc@catalyst.net.nz>
Thu, 7 Apr 2011 04:31:48 +0000 (16:31 +1200)
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index a4bdb20..4e4aead 100755 (executable)
@@ -4234,7 +4234,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
     SetVersion($DBversion);
 }
 
-$DBversion = '3.03.00.XXX';
+$DBversion = '3.03.00.045';
 if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     #Remove obsolete columns from aqbooksellers if needed
     my $a = $dbh->selectall_hashref('SHOW columns from aqbooksellers','Field');
index 9bb910d..a5165ce 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.03.00.044';
+    our $VERSION = '3.03.00.045';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install