From 2e1c8ec1397c4e29eb962262d9776755657528c9 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Mon, 13 Jun 2011 11:47:10 +1200 Subject: [PATCH] Bumping database number --- 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 de9806b9f1..3c7d043ee2 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -4346,7 +4346,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { SetVersion($DBversion); } -$DBversion = '3.05.00.XXX'; +$DBversion = '3.05.00.002'; if (C4::Context->preference("Version") < TransformToNum($DBversion)) { #follow up fix 5860: some installs already past 3.3.0.42 stocknumber_checker(); diff --git a/kohaversion.pl b/kohaversion.pl index c3b86a9915..470ca3d6d0 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.001'; + our $VERSION = '3.05.00.002'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.2