From 61926f71c8d7a63a496006ee81231c8f0ebfe05f Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Mon, 13 Apr 2015 10:30:15 -0300 Subject: [PATCH] Bug 2806: 3.19.00.021 Signed-off-by: Tomas Cohen Arazi --- installer/data/mysql/updatedatabase.pl | 2 +- kohaversion.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 6f8ce22eed..a203684df3 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -9988,7 +9988,7 @@ if ( CheckVersion($DBversion) ) { SetVersion($DBversion); } -$DBversion = "3.19.00.XXX"; +$DBversion = "3.19.00.021"; if ( CheckVersion($DBversion) ) { $dbh->do(q| ALTER TABLE issues DROP COLUMN issuingbranch diff --git a/kohaversion.pl b/kohaversion.pl index 7d3832e6a3..d17706737e 100644 --- a/kohaversion.pl +++ b/kohaversion.pl @@ -17,7 +17,7 @@ the kohaversion is divided in 4 parts : use strict; sub kohaversion { - our $VERSION = '3.19.00.020'; + our $VERSION = '3.19.00.021'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.11.0