From: Tomas Cohen Arazi Date: Fri, 19 Dec 2014 19:54:18 +0000 (-0300) Subject: Bug 13436: DBRev 3.19.00.001 X-Git-Tag: v3.20.00-beta~895 X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=commitdiff_plain;h=cbf784bb9d8c01d1c05cae00d046d3799a1d7ed9;p=srvgit Bug 13436: DBRev 3.19.00.001 Signed-off-by: Tomas Cohen Arazi Note: it also fixes a minor POD error. --- diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 2c3414853a..595836cdd7 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -9585,7 +9585,7 @@ if ( CheckVersion($DBversion) ) { SetVersion ($DBversion); } -$DBversion = "3.19.00.XXX"; +$DBversion = "3.19.00.001"; if ( CheckVersion($DBversion) ) { $dbh->do(" UPDATE systempreferences diff --git a/kohaversion.pl b/kohaversion.pl index 1baec5f160..19b8b00eec 100644 --- a/kohaversion.pl +++ b/kohaversion.pl @@ -11,12 +11,13 @@ the kohaversion is divided in 4 parts : - #4 : the developer version. The 4th number is the database subversion. used by developers when the database changes. updatedatabase take care of the changes itself and is automatically called by Auth.pm when needed. + =cut use strict; sub kohaversion { - our $VERSION = '3.19.00.000'; + our $VERSION = '3.19.00.001'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install