Bug 5377: DBrev 3.15.00.049
authorGalen Charlton <gmc@esilibrary.com>
Mon, 5 May 2014 17:58:35 +0000 (17:58 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Mon, 5 May 2014 17:58:35 +0000 (17:58 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 597174b..4a0c079 100755 (executable)
@@ -8413,7 +8413,7 @@ if ( CheckVersion($DBversion) ) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.15.00.XXX";
+$DBversion = "3.15.00.049";
 if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
     $dbh->do("ALTER TABLE biblioitems DROP INDEX isbn");
     $dbh->do("ALTER TABLE biblioitems DROP INDEX issn");
index fd503d5..5937ddc 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.15.00.048';
+    our $VERSION = '3.15.00.049';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install