Bug 10636: DBrev 3.13.00.030
authorGalen Charlton <gmc@esilibrary.com>
Mon, 14 Oct 2013 20:41:43 +0000 (20:41 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Mon, 14 Oct 2013 21:08:03 +0000 (21:08 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 7431fe5..5c020cb 100755 (executable)
@@ -7216,7 +7216,7 @@ if ( CheckVersion($DBversion) ) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.13.00.XXX";
+$DBversion = "3.13.00.030";
 if ( CheckVersion($DBversion) ) {
     $dbh->do(qq{
         DELETE FROM patronimage WHERE NOT EXISTS (SELECT * FROM borrowers WHERE borrowers.cardnumber = patronimage.cardnumber)
index 5905d33..30a8f10 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.13.00.029';
+    our $VERSION = '3.13.00.030';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install