From 0b0699bdfb8d53d7a44253090cf661405a97cf9c Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Wed, 24 Jun 2015 14:40:01 -0300 Subject: [PATCH] Bug 13014: DBRev 3.21.00.012 Signed-off-by: Tomas Cohen Arazi --- Koha.pm | 2 +- installer/data/mysql/updatedatabase.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Koha.pm b/Koha.pm index 3dac5e730d..1a139e4bd8 100644 --- 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.011"; +$VERSION = "3.21.00.012"; sub version { return $VERSION; diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 7b1a0c33f9..214faa3aaf 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -10630,7 +10630,7 @@ if ( CheckVersion($DBversion) ) { SetVersion ($DBversion); } -$DBversion = "3.19.00.XXX"; +$DBversion = "3.21.00.012"; if ( CheckVersion($DBversion) ) { $dbh->do(q| INSERT INTO letter (module, code, name, title, content, message_transport_type) -- 2.11.4.GIT