Bug 9611: DBRev 3.13.00.023
authorGalen Charlton <gmc@esilibrary.com>
Thu, 3 Oct 2013 22:31:45 +0000 (22:31 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Thu, 3 Oct 2013 23:01:47 +0000 (23:01 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index b826e76..d88b258 100755 (executable)
@@ -7155,7 +7155,7 @@ if ( CheckVersion($DBversion) ) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.13.00.XXX";
+$DBversion = "3.13.00.023";
 if ( CheckVersion($DBversion) ) {
     $dbh->do("ALTER TABLE borrowers CHANGE password password VARCHAR(60);");
     print "Upgrade to $DBversion done (Bug 9611 upgrading password storage system)\n";
index 9641238..ecec324 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.13.00.022';
+    our $VERSION = '3.13.00.023';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install