From d69ebc05685050256d9ab44dbd94faced42cec02 Mon Sep 17 00:00:00 2001 From: Paul Poulain Date: Mon, 19 Mar 2012 17:37:31 +0100 Subject: [PATCH] Bug 6296 follow-up: DBrev --- 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 14b312eb8e..a97ccdaef4 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -4923,7 +4923,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { SetVersion($DBversion); } -$DBversion = "3.07.00.XXX"; +$DBversion = "3.07.00.028"; if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { $dbh->do(qq{ INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES ('AllowPKIAuth','None','Use the field from a client-side SSL certificate to look a user in the Koha database','None|Common Name|emailAddress','Choice'); diff --git a/kohaversion.pl b/kohaversion.pl index f14374d91b..714ac8eda9 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.027'; + our $VERSION = '3.07.00.028'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.2