Bug 10863: DBRev 3.15.00.012
authorGalen Charlton <gmc@esilibrary.com>
Tue, 7 Jan 2014 04:02:42 +0000 (04:02 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Tue, 7 Jan 2014 04:02:42 +0000 (04:02 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 23a2bd5..ad25273 100755 (executable)
@@ -7885,7 +7885,7 @@ if(CheckVersion($DBversion)) {
     SetVersion ($DBversion);
 }
 
-$DBversion = "3.13.00.XXX";
+$DBversion = "3.15.00.012";
 if ( CheckVersion($DBversion) ) {
     $dbh->do(q{
         INSERT INTO permissions (module_bit, code, description) VALUES ( 1, 'force_checkout', 'Force checkout if a limitation exists')
@@ -7908,7 +7908,7 @@ if ( CheckVersion($DBversion) ) {
             WHERE borrowers.flags & (1 << 1)
     });
 
-    print "Upgrade to $DBversion done (Bug 10863 - Add permission force_checkout and manage_restrictions)\n";
+    print "Upgrade to $DBversion done (Bug 10863 - Add permissions force_checkout and manage_restrictions)\n";
     SetVersion($DBversion);
 }
 
index f6bd210..b910379 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.15.00.011';
+    our $VERSION = '3.15.00.012';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install