Bug 13606: DBRev 3.19.00.029
authorTomas Cohen Arazi <tomascohen@gmail.com>
Thu, 23 Apr 2015 16:23:54 +0000 (13:23 -0300)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Thu, 23 Apr 2015 16:23:54 +0000 (13:23 -0300)
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>

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

index fcb9d28..f3fd794 100755 (executable)
@@ -10183,7 +10183,7 @@ if( CheckVersion($DBversion) ) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.19.00.XXX";
+$DBversion = "3.19.00.029";
 if ( CheckVersion($DBversion) ) {
     $dbh->do(q|
          ALTER TABLE sessions CHANGE COLUMN a_session a_session MEDIUMTEXT
index 7d6b7fc..e39bc20 100644 (file)
@@ -17,7 +17,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.19.00.028';
+    our $VERSION = '3.19.00.029';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install