From ef9c269d7a13ab8553b41005574bc65818d9821e Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Tue, 5 Apr 2011 14:57:13 +1200 Subject: [PATCH] Incrementing 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 e12abb5ad6..45e09da60a 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -4217,7 +4217,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { SetVersion ($DBversion); } -$DBversion = "3.03.00.XXX"; +$DBversion = "3.03.00.043"; if (C4::Context->preference("Version") < TransformToNum($DBversion)) { $dbh->do("INSERT INTO authorised_values (category,authorised_value,lib,lib_opac) VALUES ('YES_NO','0','No','No')"); diff --git a/kohaversion.pl b/kohaversion.pl index 30a89d2655..8cd0c2c3c9 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.042'; + our $VERSION = '3.03.00.043'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.20.1