From 9ab7f9570c45720a792763f49590c1469a0828cf Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Fri, 1 Apr 2011 20:17:39 +1300 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 fe88623e33..979d1776a7 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -4189,7 +4189,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { print "Upgrade to $DBversion done ( Add Self-checkout by Login system preferences )\n"; } -$DBversion = "3.03.00.XXX"; +$DBversion = "3.03.00.039"; if (C4::Context->preference("Version") < TransformToNum($DBversion)) { $dbh->do("INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES('ShowReviewer',1,'If ON, name of reviewer will be shown above comments in OPAC',NULL,'YesNo');"); print "Upgrade to $DBversion done (Add syspref ShowReviewer)\n"; diff --git a/kohaversion.pl b/kohaversion.pl index bfcc5d8ceb..94cbb662d4 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.038'; + our $VERSION = '3.03.00.039'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5