Bug 11165: DBRev 3.19.00.033
authorTomas Cohen Arazi <tomascohen@gmail.com>
Wed, 29 Apr 2015 18:09:27 +0000 (15:09 -0300)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Wed, 29 Apr 2015 18:10:23 +0000 (15:10 -0300)
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 5229df6..6c578a7 100755 (executable)
@@ -10277,7 +10277,7 @@ if ( CheckVersion($DBversion) ) {
     SetVersion ($DBversion);
 }
 
-$DBversion = "3.19.00.XXX";
+$DBversion = "3.19.00.033";
 if ( CheckVersion($DBversion) ) {
     $dbh->do(q|
         ALTER TABLE auth_header
index cc162ae..016752d 100644 (file)
@@ -17,7 +17,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.19.00.032';
+    our $VERSION = '3.19.00.033';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install