Bug 2720: DBRev 3.13.00.035
authorGalen Charlton <gmc@esilibrary.com>
Thu, 31 Oct 2013 01:01:18 +0000 (01:01 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Thu, 31 Oct 2013 01:56:50 +0000 (01:56 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 0b9501b..78ef75f 100755 (executable)
@@ -7595,7 +7595,7 @@ if ( CheckVersion($DBversion) ) {
     SetVersion($DBversion);
 }
 
-$DBversion ="3.13.00.XXX";
+$DBversion ="3.13.00.035";
 if ( CheckVersion($DBversion) ) {
     $dbh->do(q{
 CREATE TABLE borrower_debarments (
index 3ebc95d..14c4dc5 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.13.00.034';
+    our $VERSION = '3.13.00.035';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install