Bug 13379: DBRev 3.19.00.005
authorTomas Cohen Arazi <tomascohen@gmail.com>
Sun, 4 Jan 2015 15:55:45 +0000 (12:55 -0300)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Sun, 4 Jan 2015 15:55:45 +0000 (12:55 -0300)
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 16ffde9..d2b03c3 100755 (executable)
@@ -9642,7 +9642,7 @@ if ( CheckVersion($DBversion) ) {
     SetVersion ($DBversion);
 }
 
-$DBversion = "3.19.00.XXX";
+$DBversion = "3.19.00.005";
 if(CheckVersion($DBversion)) {
     $dbh->do(q{
         ALTER TABLE authorised_values MODIFY COLUMN category VARCHAR(32) NOT NULL DEFAULT ''
@@ -9656,8 +9656,6 @@ if(CheckVersion($DBversion)) {
     SetVersion($DBversion);
 }
 
-
-
 =head1 FUNCTIONS
 
 =head2 TableExists($table)
index 057c03f..52acd3d 100644 (file)
@@ -17,7 +17,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.19.00.004';
+    our $VERSION = '3.19.00.005';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install