From 4b6f50012e9af8105a841b5a510f8db4306fa609 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Mon, 31 Jan 2011 22:29:36 +1300 Subject: [PATCH] Bug 3881: Updating database version 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 2d89b02e15..640868aa84 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -3970,7 +3970,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { SetVersion ($DBversion); } -$DBversion = '3.03.00.xxx'; +$DBversion = '3.03.00.016'; if (C4::Context->preference("Version") < TransformToNum($DBversion)) { # reimplement OpacPrivacy system preference $dbh->do("INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES('OpacPrivacy', '0', 'if ON, allows patrons to define their privacy rules (reading history)',NULL,'YesNo')"); diff --git a/kohaversion.pl b/kohaversion.pl index f57080e003..eedf68c086 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.03.00.015'; + our $VERSION = '3.03.00.016'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5