From bdf7e79e4d1f824e0810e30a0b279bef7780c656 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Thu, 17 Feb 2011 15:51:35 +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 b647f2727c..31aa99862d 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -3995,7 +3995,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { SetVersion ($DBversion); } -$DBversion = '3.03.00.XXX'; +$DBversion = '3.03.00.019'; if (C4::Context->preference("Version") < TransformToNum($DBversion)) { # Fix bokmÃ¥l $dbh->do("UPDATE language_subtag_registry SET description = 'Norwegian bokmål' WHERE subtag = 'nb';"); diff --git a/kohaversion.pl b/kohaversion.pl index efb04c8d8a..2d02d0c8cb 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.018'; + our $VERSION = '3.03.00.019'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.2