Bug 10807: DBrev 3.15.00.046
authorGalen Charlton <gmc@esilibrary.com>
Mon, 5 May 2014 02:39:07 +0000 (02:39 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Mon, 5 May 2014 02:39:07 +0000 (02:39 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 62b0a6a..0f3fe1e 100755 (executable)
@@ -8385,7 +8385,7 @@ if ( CheckVersion($DBversion) ) {
     SetVersion ($DBversion);
 }
 
-$DBversion = "3.15.00.XXX";
+$DBversion = "3.15.00.046";
 if ( CheckVersion($DBversion) ) {
     $dbh->do(q|
         ALTER TABLE search_history ADD COLUMN type VARCHAR(16) NOT NULL DEFAULT 'biblio' AFTER query_cgi
index 6050f2f..2c809a2 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.15.00.045';
+    our $VERSION = '3.15.00.046';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install