From a3b7dfb29141ebfe196d0d42d5e05adc990550ae Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Fri, 29 Mar 2013 20:16:07 +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 be520f34c0..15ebbf71cd 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -5338,7 +5338,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { SetVersion ($DBversion); } -$DBversion = '3.10.04.002'; +$DBversion = '3.08.11.002'; if ( CheckVersion($DBversion) ) { my $sth = $dbh->prepare(" SELECT module, code, branchcode, content diff --git a/kohaversion.pl b/kohaversion.pl index d1ae1c813c..25639191e9 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.11.001'; + our $VERSION = '3.08.11.002'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5