From 52c666edce4261a1acafaa34b2c8a2431589ac0c Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Sat, 22 Oct 2011 10:26:13 +1300 Subject: [PATCH] Updating version number for release --- installer/data/mysql/updatedatabase.pl | 5 +++++ kohaversion.pl | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 9939305341..a8cd1668f9 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -4544,6 +4544,11 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { SetVersion($DBversion); } +$DBversion = "3.06.00.000"; +if (C4::Context->preference("Version") < TransformToNum($DBversion)) { + print "Upgrade to $DBversion done Koha 3.4.0 release \n"; + SetVersion ($DBversion); +} =head1 FUNCTIONS diff --git a/kohaversion.pl b/kohaversion.pl index 29a8b271c3..9075247665 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.023'; + our $VERSION = '3.06.00.000'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5