From 59d1d48f0e5e335048b45f5f7d76c514c7c33f74 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Wed, 30 Oct 2013 03:45:42 +0000 Subject: [PATCH] Bug 7131: DBRev 3.13.00.034 Signed-off-by: Galen Charlton --- 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 25dcf1cc8e..3d2ca44410 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -7583,7 +7583,7 @@ if ( CheckVersion($DBversion) ) { SetVersion($DBversion); } -$DBversion = "3.13.00.XXX"; +$DBversion = "3.13.00.034"; if ( CheckVersion($DBversion) ) { $dbh->do(" ALTER TABLE `import_batches` diff --git a/kohaversion.pl b/kohaversion.pl index b47851a7c2..3ebc95da06 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.13.00.033'; + our $VERSION = '3.13.00.034'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.20.1