From b4e843615a76d3a9a8516f82a2ebad96aa9c4d1a Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Sun, 4 Jan 2015 12:55:45 -0300 Subject: [PATCH] Bug 13379: DBRev 3.19.00.005 Signed-off-by: Tomas Cohen Arazi --- installer/data/mysql/updatedatabase.pl | 4 +--- kohaversion.pl | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 16ffde954b..d2b03c34f2 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -9642,7 +9642,7 @@ if ( CheckVersion($DBversion) ) { SetVersion ($DBversion); } -$DBversion = "3.19.00.XXX"; +$DBversion = "3.19.00.005"; if(CheckVersion($DBversion)) { $dbh->do(q{ ALTER TABLE authorised_values MODIFY COLUMN category VARCHAR(32) NOT NULL DEFAULT '' @@ -9656,8 +9656,6 @@ if(CheckVersion($DBversion)) { SetVersion($DBversion); } - - =head1 FUNCTIONS =head2 TableExists($table) diff --git a/kohaversion.pl b/kohaversion.pl index 057c03fb11..52acd3d485 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.004'; + our $VERSION = '3.19.00.005'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5