Bug 2832: Increment version number
authorJared Camins-Esakov <jcamins@cpbibliography.com>
Mon, 5 Nov 2012 15:53:10 +0000 (10:53 -0500)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Mon, 5 Nov 2012 15:53:10 +0000 (10:53 -0500)
Database update for bug 2832 has been given version 3.11.00.001

installer/data/mysql/updatedatabase.pl

index 7f05db0..4ef09c9 100755 (executable)
@@ -6021,7 +6021,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
    SetVersion ($DBversion);
 }
 
-$DBversion = "3.11.00.XXX";
+$DBversion = "3.11.00.001";
 if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
     $dbh->do("INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES('alphabet','A B C D E F G H I J K L M N O P Q R S T U V W X Y Z','Alphabet that can be expanded into browse links, e.g. on Home > Patrons',NULL,'free')");
     print "Upgrade to $DBversion done (Bug 2832 - Add alphabet syspref)\n";