Bug 10366: DBRev 3.13.00.010 - add AcqWarnOnDuplicateInvoice syspref
authorGalen Charlton <gmc@esilibrary.com>
Sat, 6 Jul 2013 17:14:00 +0000 (17:14 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Sat, 6 Jul 2013 17:14:00 +0000 (17:14 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 3666901..08722cc 100755 (executable)
@@ -7017,7 +7017,7 @@ if ( CheckVersion($DBversion) ) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.13.00.XXX";
+$DBversion = "3.13.00.010";
 if ( CheckVersion($DBversion) ) {
     $dbh->do(
         q{
index 786e47b..26b47d8 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.13.00.009';
+    our $VERSION = '3.13.00.010';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install