From c5a6ee4000985a912aa2b06d6c7a18ddb9a58ac5 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Fri, 13 Dec 2013 22:55:15 +0000 Subject: [PATCH] Bug 8230: DBrev 3.15.00.005 Signed-off-by: Galen Charlton --- installer/data/mysql/updatedatabase.pl | 9 ++------- kohaversion.pl | 2 +- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 5258e8258a..d099a48936 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -7824,18 +7824,13 @@ if ( CheckVersion($DBversion) ) { SetVersion($DBversion); } - - - - -$DBversion = "3.13.00.XXX"; +$DBversion = "3.15.00.005"; if ( CheckVersion($DBversion) ) { $dbh->do("INSERT INTO systempreferences (variable,value,options,explanation,type) VALUES('AcquisitionDetails', '1', '', 'Hide/Show acquisition details on the biblio detail page.', 'YesNo');"); - print "Upgrade to $DBversion done (Bug 8230: Add AcquisitionDetails)\n"; + print "Upgrade to $DBversion done (Bug 8230: Add AcquisitionDetails system preference)\n"; SetVersion ($DBversion); } - =head1 FUNCTIONS =head2 TableExists($table) diff --git a/kohaversion.pl b/kohaversion.pl index 9a256ad068..fe7fa1b5f2 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.15.00.004'; + our $VERSION = '3.15.00.005'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5