Bug 8230: DBrev 3.15.00.005
authorGalen Charlton <gmc@esilibrary.com>
Fri, 13 Dec 2013 22:55:15 +0000 (22:55 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Fri, 13 Dec 2013 23:23:31 +0000 (23:23 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 5258e82..d099a48 100755 (executable)
@@ -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)
index 9a256ad..fe7fa1b 100644 (file)
@@ -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