From cbf784bb9d8c01d1c05cae00d046d3799a1d7ed9 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Fri, 19 Dec 2014 16:54:18 -0300 Subject: [PATCH] Bug 13436: DBRev 3.19.00.001 Signed-off-by: Tomas Cohen Arazi Note: it also fixes a minor POD error. --- installer/data/mysql/updatedatabase.pl | 2 +- kohaversion.pl | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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 -- 2.11.0