From ee30fb90048358829dc39906ef033f7dd74207e5 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Tue, 7 Jul 2015 15:15:01 -0300 Subject: [PATCH] Bug 9942: DBRev 3.21.00.013 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 1a139e4bd8..15114f55c3 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.012"; +$VERSION = "3.21.00.013"; sub version { return $VERSION; diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 5ad9a28d9a..0ada58c112 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -10641,7 +10641,7 @@ if ( CheckVersion($DBversion) ) { SetVersion($DBversion); } -$DBversion = "3.21.00.XXX"; +$DBversion = "3.21.00.013"; if ( CheckVersion($DBversion) ) { my $msg; if ( C4::Context->preference('OPACPrivacy') ) { -- 2.39.2