From 13f553020ca8f032ee83d87d8cb780f13febadb9 Mon Sep 17 00:00:00 2001 From: Paul Poulain Date: Thu, 22 Mar 2012 11:59:46 +0100 Subject: [PATCH] bug 7264: 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 6c27ab7144..3b80fe45ba 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -4994,7 +4994,7 @@ if ( C4::Context->preference("Version") lt TransformToNum($DBversion) ) { SetVersion($DBversion); } -$DBversion = "3.07.00.XXX"; +$DBversion = "3.07.00.033"; if (C4::Context->preference("Version") < TransformToNum($DBversion)) { $dbh->do("ALTER TABLE branches ADD opac_info text;"); print "Upgrade to $DBversion done add opac_info to branches \n"; diff --git a/kohaversion.pl b/kohaversion.pl index f71e0e4ad5..72ad69f1bd 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.07.00.032'; + our $VERSION = '3.07.00.033'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.2