From b9f0c16ba51bc9be95809e52e0b8ff73dd60943e Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Fri, 22 Apr 2011 13:27:37 +1200 Subject: [PATCH] Bumping version number for release --- installer/data/mysql/updatedatabase.pl | 6 ++++++ kohaversion.pl | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 0345b175b5..f503112478 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -4317,6 +4317,12 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { SetVersion ($DBversion); } +$DBversion = "3.04.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 af40670c7e..1f8f360f6d 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.052'; + our $VERSION = '3.04.00.000'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.2