From 8935132c5d73eeb716fd269dcf69c61998b9177d Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Thu, 20 Oct 2011 03:20:57 +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 ffaccaa84a..4a95b9af14 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -4523,7 +4523,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { SetVersion($DBversion); } -$DBversion = "3.05.00.XXX"; +$DBversion = "3.05.00.021"; if (C4::Context->preference("Version") < TransformToNum($DBversion)) { $dbh->do("ALTER TABLE borrower_attribute_types ADD COLUMN display_checkout TINYINT(1) NOT NULL DEFAULT '0';"); print "Upgrade to $DBversion done (Added a display_checkout field in borrower_attribute_types table)\n"; diff --git a/kohaversion.pl b/kohaversion.pl index 7946dd019e..174eef4b39 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.05.00.020'; + our $VERSION = '3.05.00.021'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5