From 8843e29a9dd35fa3c34813077f4dfffd91483995 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Sun, 10 Apr 2011 19:54:39 +1200 Subject: [PATCH] Bumping database version --- 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 b20ab894af..608a9ae384 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -4284,7 +4284,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { SetVersion($DBversion); } -$DBversion = "3.03.00.XXX"; +$DBversion = "3.03.00.050"; if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { $dbh->do(" INSERT IGNORE INTO `systempreferences` (variable,value,explanation,options,type) VALUES('OpacHiddenItems','','This syspref allows to define custom rules for hiding specific items at opac. See docs/opac/OpacHiddenItems.txt for more informations.','','Textarea'); diff --git a/kohaversion.pl b/kohaversion.pl index 30ba105102..05f7574c4d 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.049'; + our $VERSION = '3.03.00.050'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5