bug 7509 follow-up, DBRev number
authorPaul Poulain <paul.poulain@biblibre.com>
Fri, 17 Feb 2012 10:35:06 +0000 (11:35 +0100)
committerPaul Poulain <paul.poulain@biblibre.com>
Fri, 17 Feb 2012 10:35:06 +0000 (11:35 +0100)
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 9a24afc..d2d9d97 100755 (executable)
@@ -4705,7 +4705,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.07.00.XXX";
+$DBversion = "3.07.00.016";
 if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
     $dbh->do("ALTER TABLE items ADD KEY `itemcallnumber` (itemcallnumber)");
     print "Upgrade to $DBversion done (Added index on items.itemcallnumber)\n";
index da3daf0..ccf6e27 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.07.00.015';
+    our $VERSION = '3.07.00.016';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install