From: Galen Charlton Date: Fri, 23 May 2014 13:29:39 +0000 (+0000) Subject: Bug 10330: DBRev 3.17.00.001 X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=commitdiff_plain;ds=sidebyside;h=c6ae9efbc371d30824022612020cf58e5b92b9fd;hp=4219063f341f0e7305501abc27f9f20537d4718e;p=koha_fer Bug 10330: DBRev 3.17.00.001 Signed-off-by: Galen Charlton --- diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 71f7c3935e..83ae40978a 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -8483,7 +8483,7 @@ if ( CheckVersion($DBversion) ) { SetVersion ($DBversion); } -$DBversion = "3.15.00.XXX"; +$DBversion = '3.17.00.001'; if ( CheckVersion($DBversion) ) { $dbh->do("UPDATE systempreferences SET variable = 'AuthoritySeparator' WHERE variable = 'authoritysep'"); print "Upgrade to $DBversion done (Bug 10330 - Rename system preference authoritysep to AuthoritySeparator)\n"; diff --git a/kohaversion.pl b/kohaversion.pl index a07fc01bed..f7529ccf24 100644 --- a/kohaversion.pl +++ b/kohaversion.pl @@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts : use strict; sub kohaversion { - our $VERSION = '3.17.00.000'; + our $VERSION = '3.17.00.001'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install