From f1331722f116d7dce313bb37c100f235d468d3a6 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Fri, 1 Apr 2011 12:06:20 +1300 Subject: [PATCH] Bumping 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 38eed7a2c9..05c5c22d69 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -4166,7 +4166,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { SetVersion ($DBversion); } -$DBversion = '3.03.00.XXX'; +$DBversion = '3.03.00.036'; if (C4::Context->preference("Version") < TransformToNum($DBversion)) { $dbh->do("INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES ('COinSinOPACResults', 1, 'If ON, use COinS in OPAC search results page. NOTE: this can slow down search response time significantly','','YesNo')"); print "Upgrade to $DBversion done ( Make COinS optional in OPAC search results )\n"; diff --git a/kohaversion.pl b/kohaversion.pl index cd55624253..a0bab4ce5a 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.035'; + our $VERSION = '3.03.00.036'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.2