From 965b2c7d58551cfd43fe064a58ebe9f9df2a332f Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Thu, 31 Oct 2013 01:01:18 +0000 Subject: [PATCH] Bug 2720: DBRev 3.13.00.035 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 0b9501bfac..78ef75fa63 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -7595,7 +7595,7 @@ if ( CheckVersion($DBversion) ) { SetVersion($DBversion); } -$DBversion ="3.13.00.XXX"; +$DBversion ="3.13.00.035"; if ( CheckVersion($DBversion) ) { $dbh->do(q{ CREATE TABLE borrower_debarments ( diff --git a/kohaversion.pl b/kohaversion.pl index 3ebc95da06..14c4dc5f80 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.034'; + our $VERSION = '3.13.00.035'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.20.1