Bug 3050: DBRev 3.17.00.002
authorGalen Charlton <gmc@esilibrary.com>
Sun, 25 May 2014 21:16:05 +0000 (21:16 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Sun, 25 May 2014 21:16:05 +0000 (21:16 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>

installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 1dfd650..8fe67c5 100755 (executable)
@@ -8490,7 +8490,7 @@ if ( CheckVersion($DBversion) ) {
    SetVersion ($DBversion);
 }
 
-$DBversion = "3.15.00.XXX";
+$DBversion = "3.17.00.002";
 if (CheckVersion($DBversion)) {
     $dbh->do("INSERT INTO systempreferences (variable,value,explanation,type) VALUES('AcqEnableFiles','0','If enabled, allows librarians to upload and attach arbitrary files to invoice records.','YesNo')");
     $dbh->do("
index f7529cc..d06377c 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.17.00.001';
+    our $VERSION = '3.17.00.002';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install