From 8230cdea9738c9f49f76d48fa0a7d653e33064a6 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Wed, 24 Jul 2013 15:08:50 +0000 Subject: [PATCH] bug 7494: DBRev 3.13.00.015' Signed-off-by: Galen Charlton --- installer/data/mysql/updatedatabase.pl | 4 ++-- kohaversion.pl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 80a347b765..74aeb3e2f6 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -7058,13 +7058,13 @@ if ( CheckVersion($DBversion) ) { SetVersion($DBversion); } -$DBversion = "3.13.00.XXX"; +$DBversion = "3.13.00.015"; if ( CheckVersion($DBversion) ) { $dbh->do( "INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES('itemBarcodeFallbackSearch','','If set, enables the automatic use of a keyword catalog search if the phrase entered as a barcode on the checkout page does not turn up any results during an item barcode search',NULL,'YesNo')" ); print "Upgrade to $DBversion done (Bug 7494: Add itemBarcodeFallbackSearch syspref)\n"; - # SetVersion($DBversion); + SetVersion($DBversion); } =head1 FUNCTIONS diff --git a/kohaversion.pl b/kohaversion.pl index 6f6ed728be..fa3294ae44 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.13.00.014'; + our $VERSION = '3.13.00.015'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.20.1