From d5c0b2a4be9c14efef5c4127af01a035a8f29f71 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Wed, 19 Jan 2011 14:31:58 +1300 Subject: [PATCH] Bug 4289: Bumping version number up --- 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 febb4d176a..5f3310b097 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -3937,7 +3937,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { SetVersion ($DBversion); } -$DBversion = "3.03.00.xxx"; +$DBversion = "3.03.00.013"; if (C4::Context->preference("Version") < TransformToNum($DBversion)) { $dbh->do("INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES ('OpacPublic','1','If set to OFF and user is not logged in, all OPAC pages require authentication, and OPAC searchbar is removed)','','YesNo')"); print "Upgrade to $DBversion done (added 'OpacPublic' syspref)\n"; diff --git a/kohaversion.pl b/kohaversion.pl index fc595a0f6e..270e2d0889 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.012'; + our $VERSION = '3.03.00.013'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.2