Bug 8083 follow-up DBRev number
authorPaul Poulain <paul.poulain@biblibre.com>
Mon, 23 Jul 2012 08:51:04 +0000 (10:51 +0200)
committerPaul Poulain <paul.poulain@biblibre.com>
Mon, 23 Jul 2012 08:51:04 +0000 (10:51 +0200)
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 1c3c76b..dbceb8d 100755 (executable)
@@ -5539,7 +5539,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
 
 
 
-$DBversion = "3.09.00.XXX";
+$DBversion = "3.09.00.026";
 if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
     $dbh->do("INSERT INTO permissions (module_bit, code, description) VALUES
         ( 3, 'parameters_remaining_permissions', 'Remaining system parameters permissions'),
index d9d32c5..ce3a3cd 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.09.00.025';
+    our $VERSION = '3.09.00.026';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install