Bug 10020: DBRev 3.21.00.033

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Tomás Cohen Arazi 2015-10-06 10:33:15 -03:00
parent fb59c5c7c4
commit bf94ccdfac
2 changed files with 2 additions and 3 deletions

View file

@ -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.032";
$VERSION = "3.21.00.033";
sub version {
return $VERSION;

View file

@ -10986,7 +10986,7 @@ if ( CheckVersion($DBversion) ) {
SetVersion($DBversion);
}
$DBversion = "3.19.00.XXX";
$DBversion = "3.21.00.033";
if ( CheckVersion($DBversion) ) {
my $done = 0;
@ -11040,7 +11040,6 @@ if ( CheckVersion($DBversion) ) {
SetVersion ($DBversion);
}
# DEVELOPER PROCESS, search for anything to execute in the db_update directory
# SEE bug 13068
# if there is anything in the atomicupdate, read and execute it.