Bug 10330: DBRev 3.17.00.001
authorGalen Charlton <gmc@esilibrary.com>
Fri, 23 May 2014 13:29:39 +0000 (13:29 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Fri, 23 May 2014 13:29:55 +0000 (13:29 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>

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

index 71f7c39..83ae409 100755 (executable)
@@ -8483,7 +8483,7 @@ if ( CheckVersion($DBversion) ) {
     SetVersion ($DBversion);
 }
 
-$DBversion = "3.15.00.XXX";
+$DBversion = '3.17.00.001';
 if ( CheckVersion($DBversion) ) {
    $dbh->do("UPDATE systempreferences SET variable = 'AuthoritySeparator' WHERE variable = 'authoritysep'");
    print "Upgrade to $DBversion done (Bug 10330 - Rename system preference authoritysep to AuthoritySeparator)\n";
index a07fc01..f7529cc 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.17.00.000';
+    our $VERSION = '3.17.00.001';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install