From 7199d94a960d8b86587b450da3f8157b6a7a42ec Mon Sep 17 00:00:00 2001 From: Paul Poulain Date: Fri, 3 Aug 2012 12:30:04 +0200 Subject: [PATCH] Bug 8263 follow-up DBRev 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 14187d0ccb..ed0c6749e2 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -5621,7 +5621,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { SetVersion($DBversion); } -$DBversion ="3.09.00.XXX"; +$DBversion ="3.09.00.030"; if(C4::Context->preference("Version") < TransformToNum($DBversion) ) { my $query = "SELECT value FROM systempreferences WHERE variable='opacstylesheet'"; my $remote= $dbh->selectrow_arrayref($query); diff --git a/kohaversion.pl b/kohaversion.pl index 574538f506..0975d7f5e9 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.09.00.029'; + our $VERSION = '3.09.00.030'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5