From 51a00341767e1668cb4c1801d3858124d504db7b Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Sun, 17 Mar 2013 10:03:12 +1300 Subject: [PATCH] Bumping db version --- 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 7c603325e8..b6dbb4ca3c 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -5316,7 +5316,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { SetVersion($DBversion); } -$DBversion = "3.10.03.003"; +$DBversion = "3.08.10.002"; if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { $dbh->do(qq{ ALTER TABLE import_records ADD INDEX batch_id_record_type ( import_batch_id, record_type ); diff --git a/kohaversion.pl b/kohaversion.pl index 4757ad0392..77e7f93917 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.08.10.001'; + our $VERSION = '3.08.10.002'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5