Bug 10951: DBrev 3.14.08.001
authorFridolin Somers <fridolin.somers@biblibre.com>
Fri, 11 Jul 2014 07:09:55 +0000 (09:09 +0200)
committerFridolin Somers <fridolin.somers@biblibre.com>
Fri, 11 Jul 2014 07:09:57 +0000 (09:09 +0200)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>

installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 73510e8..ee8b4bb 100755 (executable)
@@ -8031,7 +8031,7 @@ if ( CheckVersion($DBversion) ) {
     SetVersion($DBversion);
 }
 
-$DBversion ="3.13.00.XXX";
+$DBversion ="3.14.08.001";
 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 0d098a8..9f29208 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.14.08.000';
+    our $VERSION = '3.14.08.001';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install