Bug 5511: DBRev 3.19.00.010
authorTomas Cohen Arazi <tomascohen@gmail.com>
Mon, 9 Feb 2015 19:59:21 +0000 (16:59 -0300)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Mon, 9 Feb 2015 20:00:20 +0000 (17:00 -0300)
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>

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

index 787eeda..dab1c62 100755 (executable)
@@ -9752,7 +9752,7 @@ if ( CheckVersion($DBversion) ) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.19.00.XXX";
+$DBversion = "3.19.00.010";
 if ( CheckVersion($DBversion) ) {
     $dbh->do("INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES('SessionRestrictionByIP','1','Check for Change in  Remote IP address for Session Security. Disable when remote ip address changes frequently.','','YesNo')");
     print "Upgrade to $DBversion done (Bug 5511 - SessionRestrictionByIP)";
index 4fead85..66747dd 100644 (file)
@@ -17,7 +17,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.19.00.009';
+    our $VERSION = '3.19.00.010';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install