From 0f6882896d6a806fb474b1fd172e3e93919d960c Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Thu, 31 Oct 2013 14:41:19 +0000 Subject: [PATCH] Bug 10572: DBrev 3.13.00.037 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 6b124177a9..b85ab2d421 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -7636,7 +7636,7 @@ if ( CheckVersion($DBversion) ) { SetVersion($DBversion); } -$DBversion = "3.13.00.XXX"; +$DBversion = "3.13.00.037"; if ( CheckVersion($DBversion) ) { #add phone if it is not there already (explains the ignore option) $dbh->do(" diff --git a/kohaversion.pl b/kohaversion.pl index 4e6121497e..a2464d9bda 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.036'; + our $VERSION = '3.13.00.037'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.20.1