From 5511dad7028439f38e8197e54610b96c03f7848f Mon Sep 17 00:00:00 2001 From: Jared Camins-Esakov Date: Mon, 5 Nov 2012 10:53:10 -0500 Subject: [PATCH] Bug 2832: Increment version number Database update for bug 2832 has been given version 3.11.00.001 --- installer/data/mysql/updatedatabase.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 7f05db0b4f..4ef09c9869 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -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"; -- 2.39.2