From 44ee57d306676e374cbe6d2da7632ec7833ccf43 Mon Sep 17 00:00:00 2001 From: Bernardo Gonzalez Kriegel Date: Sun, 4 Aug 2013 00:02:34 -0300 Subject: [PATCH] Bug 9353: DBRev 3.10.09.002 Update database number --- 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 3e06adee90..e1914a59d0 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -6310,7 +6310,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { SetVersion($DBversion); } -$DBversion = "3.10.09.XXX"; +$DBversion = "3.10.09.002"; if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { if ( C4::Context->preference("marcflavour") eq 'MARC21' ) { $sth = $dbh->prepare( diff --git a/kohaversion.pl b/kohaversion.pl index d9d7f6c5d8..606bae6099 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.10.09.001'; + our $VERSION = '3.10.09.002'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5