Bug 9016: DBRev 3.15.00.039
authorGalen Charlton <gmc@esilibrary.com>
Fri, 2 May 2014 18:03:37 +0000 (18:03 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Fri, 2 May 2014 20:29:18 +0000 (20:29 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 9b95433..ce91484 100755 (executable)
@@ -8243,12 +8243,7 @@ if ( CheckVersion($DBversion) ) {
     SetVersion ($DBversion);
 }
 
-
-
-
-
-
-$DBversion = "3.15.00.XXX";
+$DBversion = "3.15.00.039";
 if ( CheckVersion($DBversion) ) {
 
     $dbh->do( q{
@@ -8299,7 +8294,6 @@ if ( CheckVersion($DBversion) ) {
     SetVersion($DBversion);
 }
 
-
 =head1 FUNCTIONS
 
 =head2 TableExists($table)
index d461c48..c508aff 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.15.00.038';
+    our $VERSION = '3.15.00.039';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install