Bug 6448 follow-up, DBrev number
authorPaul Poulain <paul.poulain@biblibre.com>
Thu, 2 Aug 2012 16:49:59 +0000 (18:49 +0200)
committerPaul Poulain <paul.poulain@biblibre.com>
Thu, 2 Aug 2012 16:49:59 +0000 (18:49 +0200)
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 809a949..3f817a2 100755 (executable)
@@ -5610,7 +5610,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.09.00.XXX"; # FIXME
+$DBversion = "3.09.00.029"; # FIXME
 if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
     $dbh->do("UPDATE systempreferences SET options=concat(options,'|EAN13') WHERE variable='itemBarcodeInputFilter' AND options NOT LIKE '%EAN13%'");
     print "Upgrade to $DBversion done (Add itemBarcodeInputFilter choice EAN13)\n";
index c6556e0..574538f 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.09.00.028';
+    our $VERSION = '3.09.00.029';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install