From ba32d48d3d6d1f1485896c16426e09f14d51f3ef Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Sat, 22 Dec 2012 08:51:37 +1300 Subject: [PATCH] Bump version 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 c1549b98e7..14c1e87f91 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -6076,6 +6076,12 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { SetVersion ($DBversion); } +$DBversion = "3.10.01.00"; +if (C4::Context->preference("Version") < TransformToNum($DBversion)) { + print "Upgrade to $DBversion done (3.10.1 release)\n"; + SetVersion ($DBversion); +} + =head1 FUNCTIONS =head2 TableExists($table) diff --git a/kohaversion.pl b/kohaversion.pl index 3ffdb3d69b..e205d12ada 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.10.00.000'; + our $VERSION = '3.10.01.000'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5