From 2ac26883157b95d2e5df75a3d3e26463cf6f887d Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Mon, 10 Oct 2011 09:58: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 b5831fe00d..46cfb8df13 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -4459,7 +4459,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { SetVersion($DBversion); } -$DBversion = "3.05.00.XXX"; +$DBversion = "3.05.00.014"; if (C4::Context->preference("Version") < TransformToNum($DBversion)) { $dbh->do("ALTER TABLE `borrowers` MODIFY `userid` VARCHAR(75)"); print "Modified userid column length into 75 in borrowers\n"; diff --git a/kohaversion.pl b/kohaversion.pl index 2865e4ce3d..bb139dca5d 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.013'; + our $VERSION = '3.05.00.014'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.2