Bug 5010: DBRev 3.21.00.004
authorTomas Cohen Arazi <tomascohen@gmail.com>
Thu, 4 Jun 2015 13:05:48 +0000 (10:05 -0300)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Thu, 4 Jun 2015 13:05:48 +0000 (10:05 -0300)
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
Koha.pm
installer/data/mysql/updatedatabase.pl

diff --git a/Koha.pm b/Koha.pm
index 58de108..3c8e6cc 100644 (file)
--- a/Koha.pm
+++ b/Koha.pm
@@ -29,7 +29,7 @@ use vars qw{ $VERSION };
 # - #4 : the developer version. The 4th number is the database subversion.
 #        used by developers when the database changes. updatedatabase take care of the changes itself
 #        and is automatically called by Auth.pm when needed.
-$VERSION = "3.21.00.003";
+$VERSION = "3.21.00.004";
 
 sub version {
     return $VERSION;
index ee3a5bc..25933c2 100755 (executable)
@@ -10504,7 +10504,7 @@ if ( CheckVersion($DBversion) ) {
     SetVersion ($DBversion);
 }
 
-$DBversion = '3.19.00.XXX';
+$DBversion = '3.21.00.004';
 if ( CheckVersion($DBversion) ) {
     my $OPACBaseURL = C4::Context->preference('OPACBaseURL');
     if (defined($OPACBaseURL) && substr($OPACBaseURL,0,4) ne "http") {