From 978ac74b345d35fe07b8d936b8e05b1972593964 Mon Sep 17 00:00:00 2001 From: Paul Poulain Date: Tue, 15 May 2012 18:02:05 +0200 Subject: [PATCH] Bug 5742 follow-up DB rev number --- installer/data/mysql/updatedatabase.pl | 6 +----- kohaversion.pl | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 3d7c29c1dc..38aa70c540 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -5239,11 +5239,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { SetVersion($DBversion); } - - - - -$DBversion = "3.07.00.XXX"; +$DBversion = "3.09.00.004"; if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { $dbh->do("INSERT IGNORE INTO permissions (module_bit, code, description) VALUES('13', 'edit_patrons', 'Perform batch modifivation of patrons')"); print "Upgrade to $DBversion done (Adds permissions flag for access to the patron modifications tool)\n"; diff --git a/kohaversion.pl b/kohaversion.pl index c69276dfdc..bc0be8a7a1 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.003'; + our $VERSION = '3.09.00.004'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.2