From e4712997da62712383f31075caee27bfad2a4332 Mon Sep 17 00:00:00 2001 From: Liz Date: Mon, 30 May 2016 23:21:49 +0000 Subject: [PATCH] Bug 16619 - installer stuck in infinite loop To test: run the web installer on master, it should not get stuck in an infinite loop. --- 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 6825fec..fd1fd4e 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -12599,7 +12599,7 @@ if ( CheckVersion($DBversion) ) { SetVersion($DBversion); } -$DBversion = "16.056.00.000"; +$DBversion = "16.06.00.000"; if ( CheckVersion($DBversion) ) { print "Upgrade to $DBversion done (Koha 16.06 - starting a new dev line at KohaCon16 in Thessaloniki, Greece! Koha is great!)\n"; SetVersion($DBversion); -- 1.7.10.4