Bug 5409 follow-up DBRev number
authorPaul Poulain <paul.poulain@biblibre.com>
Mon, 8 Oct 2012 15:03:37 +0000 (17:03 +0200)
committerPaul Poulain <paul.poulain@biblibre.com>
Mon, 8 Oct 2012 15:03:37 +0000 (17:03 +0200)
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 4e480e7..e67bf3e 100755 (executable)
@@ -6002,7 +6002,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.09.00.XXX";
+$DBversion = "3.09.00.061";
 if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     $dbh->do("UPDATE systempreferences set value=0 WHERE variable='OPACItemsResultsDisplay' AND value='statuses'");
     $dbh->do("UPDATE systempreferences set value=1 WHERE variable='OPACItemsResultsDisplay' AND value='itemdetails'");
index 248861c..db591d3 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.09.00.060';
+    our $VERSION = '3.09.00.061';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install