Bug 5742 follow-up DB rev number
authorPaul Poulain <paul.poulain@biblibre.com>
Tue, 15 May 2012 16:02:05 +0000 (18:02 +0200)
committerPaul Poulain <paul.poulain@biblibre.com>
Tue, 15 May 2012 16:02:05 +0000 (18:02 +0200)
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 3d7c29c..38aa70c 100755 (executable)
@@ -5239,11 +5239,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
     SetVersion($DBversion);
 }
 
-
-
-
-
-$DBversion = "3.07.00.XXX";
+$DBversion = "3.09.00.004";
 if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
     $dbh->do("INSERT IGNORE INTO permissions (module_bit, code, description) VALUES('13', 'edit_patrons', 'Perform batch modifivation of patrons')");
     print "Upgrade to $DBversion done (Adds permissions flag for access to the patron modifications tool)\n";
index c69276d..bc0be8a 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.09.00.003';
+    our $VERSION = '3.09.00.004';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install