Bug 7886 follow-up DBRev number
authorPaul Poulain <paul.poulain@biblibre.com>
Tue, 10 Apr 2012 09:53:15 +0000 (11:53 +0200)
committerPaul Poulain <paul.poulain@biblibre.com>
Tue, 10 Apr 2012 09:53:15 +0000 (11:53 +0200)
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index fae6351..08f32b8 100755 (executable)
@@ -5159,7 +5159,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.07.00.XXX";
+$DBversion = "3.07.00.047";
 if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
     $dbh->do("CREATE INDEX items_location ON items(location)");
     $dbh->do("CREATE INDEX items_ccode ON items(ccode)");
index 8ef42a3..00cc35b 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.07.00.046';
+    our $VERSION = '3.07.00.047';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install