Bug 13014: DBRev 3.21.00.012
authorTomas Cohen Arazi <tomascohen@theke.io>
Wed, 24 Jun 2015 17:40:01 +0000 (14:40 -0300)
committerTomas Cohen Arazi <tomascohen@theke.io>
Wed, 24 Jun 2015 17:40:01 +0000 (14:40 -0300)
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Koha.pm
installer/data/mysql/updatedatabase.pl

diff --git a/Koha.pm b/Koha.pm
index 3dac5e7..1a139e4 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.011";
+$VERSION = "3.21.00.012";
 
 sub version {
     return $VERSION;
index 7b1a0c3..214faa3 100755 (executable)
@@ -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)