bug 8167 follow-up: DBRev number
authorPaul Poulain <paul.poulain@biblibre.com>
Sat, 9 Jun 2012 14:28:00 +0000 (16:28 +0200)
committerPaul Poulain <paul.poulain@biblibre.com>
Sat, 9 Jun 2012 14:28:00 +0000 (16:28 +0200)
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 0b991ef..72d1cb3 100755 (executable)
@@ -5308,7 +5308,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     SetVersion ($DBversion);
 }
 
-$DBversion = "3.09.00.XXX";
+$DBversion = "3.09.00.010";
 if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
     $dbh->do("INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES('IssueLostItem', 'alert', 'alert|confirm|nothing', 'Defines what should be done when an attempt is made to issue an item that has been marked as lost.', 'Choice')");
     print "Upgrade to $DBversion done (Add system preference issuelostitem ))\n";
index c29b279..496d4df 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.09.00.009';
+    our $VERSION = '3.09.00.010';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install