From f463d241d2b0308dd08a54cb94f911c92913d170 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Mon, 14 Mar 2011 16:22:28 +1300 Subject: [PATCH] Bumping db 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 106ab936e9..4612a0694e 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -4076,7 +4076,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { SetVersion($DBversion); }; -$DBversion = "3.03.00.XXX"; +$DBversion = "3.03.00.025"; if (C4::Context->preference("Version") < TransformToNum($DBversion)) { $dbh->do("INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES ('OPACAllowUserToChooseBranch', 1, 'Allow the user to choose the branch they want to pickup their hold from','1','YesNo')"); print "Upgrade to $DBversion done (Add syspref to control if user can choose pickup branch for holds)\n"; diff --git a/kohaversion.pl b/kohaversion.pl index 0e179f313c..a490ab4399 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.024'; + our $VERSION = '3.03.00.025'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.2