Bug 9032: DBrev 3.15.00.035
authorGalen Charlton <gmc@esilibrary.com>
Sun, 20 Apr 2014 21:29:08 +0000 (21:29 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Sun, 20 Apr 2014 21:29:08 +0000 (21:29 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index bd7b016..041fa5b 100755 (executable)
@@ -8158,7 +8158,7 @@ if ( CheckVersion($DBversion) ) {
     SetVersion ($DBversion);
 }
 
-$DBversion = "3.15.00.XXX";
+$DBversion = "3.15.00.035";
 if ( CheckVersion($DBversion) ) {
     #insert a notice for sharing a list and accepting a share
     $dbh->do("
index f249f58..9f37ef4 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.15.00.034';
+    our $VERSION = '3.15.00.035';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install