From 47391d4e5a92a255adda80b59bd7fa5f7c516ba0 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Thu, 4 Nov 2010 06:28:24 +1300 Subject: [PATCH] Updating version number and fixing the xxx in updatedatabase ... my bad --- 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 6443c67ca2..64905499ee 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -3799,7 +3799,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { SetVersion ($DBversion); } -$DBversion = "3.01.00.XXX"; +$DBversion = "3.03.00.001"; if (C4::Context->preference("Version") < TransformToNum($DBversion)) { $dbh->do("DELETE FROM subscriptionroutinglist WHERE borrowernumber IS NULL;"); $dbh->do("ALTER TABLE subscriptionroutinglist MODIFY COLUMN `borrowernumber` int(11) NOT NULL;"); diff --git a/kohaversion.pl b/kohaversion.pl index b919410425..e7d7bff987 100644 --- a/kohaversion.pl +++ b/kohaversion.pl @@ -10,7 +10,7 @@ use strict; sub kohaversion { - our $VERSION = '3.02.00.004'; + our $VERSION = '3.03.00.001'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5