From: Tomas Cohen Arazi Date: Mon, 17 Nov 2014 18:04:10 +0000 (-0300) Subject: DBRev 3.17.00.057 (Koha 3.18 beta) X-Git-Tag: v3.18.00-beta^0 X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=commitdiff_plain;h=6cd7c24c11d46bed02601b0e63e62ade2995df8d;p=srvgit DBRev 3.17.00.057 (Koha 3.18 beta) Signed-off-by: Tomas Cohen Arazi --- diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index ec4b51af63..e36c20eb78 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -9519,6 +9519,12 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { SetVersion($DBversion); } +$DBversion = "3.17.00.057"; +if ( CheckVersion($DBversion) ) { + print "Upgrade to $DBversion done (Koha 3.18 beta)\n"; + SetVersion($DBversion); +} + =head1 FUNCTIONS =head2 TableExists($table) diff --git a/kohaversion.pl b/kohaversion.pl index a98071d538..d80077b033 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.056'; + our $VERSION = '3.17.00.057'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install