From 01a3be8b208954ce5ac422ef0c2b85df41df7f35 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Sat, 19 May 2012 20:01:02 +1200 Subject: [PATCH] Updating databasebase version number for 3.8.1 release --- installer/data/mysql/updatedatabase.pl | 7 +++++++ kohaversion.pl | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index dff3de074d..36ead90e5d 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -5219,6 +5219,13 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { SetVersion($DBversion); } +$DBversion = "3.08.01.000"; +if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { + print "Upgrade to $DBversion (3.8.1 release) done\n"; + SetVersion($DBversion); +} + + =head1 FUNCTIONS =head2 TableExists($table) diff --git a/kohaversion.pl b/kohaversion.pl index 88d3066602..e746f59d4e 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.08.00.001'; + our $VERSION = '3.08.01.000'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.2