From 022e5974a3de505ee5019aaba7f1a80f42eda21c Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Fri, 24 May 2013 08:40:21 -0700 Subject: [PATCH] Bug 10120: DBRev 3.13.00.006 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 e227796b46..f3a90d8670 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -6971,7 +6971,7 @@ if(CheckVersion($DBversion)) { SetVersion ($DBversion); } -$DBversion = "XXX"; +$DBversion = "3.13.00.006"; if ( CheckVersion($DBversion) ) { $dbh->do( q{ diff --git a/kohaversion.pl b/kohaversion.pl index abb9897d44..b8079ce90b 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.005'; + our $VERSION = '3.13.00.006'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.2