Bug 9519: DBRev 3.13.00.011
authorGalen Charlton <gmc@esilibrary.com>
Mon, 8 Jul 2013 14:03:37 +0000 (14:03 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Mon, 8 Jul 2013 14:03:37 +0000 (14:03 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 1ddca1f..adc1e7f 100755 (executable)
@@ -7029,7 +7029,7 @@ INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES (
     SetVersion($DBversion);
 }
 
-$DBversion = "3.13.00.XXX";
+$DBversion = "3.13.00.011";
 if ( CheckVersion($DBversion) ) {
     $dbh->do("UPDATE language_rfc4646_to_iso639 SET iso639_2_code='ita' WHERE rfc4646_subtag='it'");
     print "Upgrade to $DBversion done (Bug 9519: Wrong language code for Italian in the advanced search language limitations)\n";
index 26b47d8..9915301 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.13.00.010';
+    our $VERSION = '3.13.00.011';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install