bug 7494: DBRev 3.13.00.015'
authorGalen Charlton <gmc@esilibrary.com>
Wed, 24 Jul 2013 15:08:50 +0000 (15:08 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Wed, 24 Jul 2013 15:12:52 +0000 (15:12 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 80a347b..74aeb3e 100755 (executable)
@@ -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
index 6f6ed72..fa3294a 100644 (file)
@@ -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