Bug 10951: DBrev 3.15.00.032
authorGalen Charlton <gmc@esilibrary.com>
Sat, 19 Apr 2014 16:33:32 +0000 (16:33 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Sat, 19 Apr 2014 16:33:32 +0000 (16:33 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 2d2bce7..e7239f0 100755 (executable)
@@ -8145,7 +8145,7 @@ if ( CheckVersion($DBversion) ) {
    SetVersion ($DBversion);
 }
 
-$DBversion ="3.13.00.XXX";
+$DBversion = "3.15.00.033";
 if ( CheckVersion($DBversion) ) {
     $dbh->do("INSERT IGNORE INTO systempreferences (variable,value,options,explanation,type) VALUES ('NoLoginInstructions', '', '60|10', 'Instructions when a person is not connected', 'Textarea')");
     print "Upgrade to $DBversion done (Bug 10951: Add NoLoginInstructions pref)\n";
index 8e922b4..2b2200d 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.15.00.032';
+    our $VERSION = '3.15.00.033';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install