bump version number to 20.09

This commit is contained in:
danielque
2020-09-22 16:00:04 +02:00
parent c13aece161
commit a0ae8b90f7
3 changed files with 4 additions and 4 deletions

View File

@ -17,7 +17,7 @@
#------------------------------------------------------------------------------
export CFDEM_PROJECT=CFDEM
export CFDEM_VERSION=20.05
export CFDEM_VERSION=20.09
################################################################################
# USER EDITABLE PART: Changes made here may be lost with the next upgrade

View File

@ -15,7 +15,7 @@
#------------------------------------------------------------------------------
setenv CFDEM_PROJECT CFDEM
setenv CFDEM_VERSION 20.05
setenv CFDEM_VERSION 20.09
################################################################################
# USER EDITABLE PART: Changes made here may be lost with the next upgrade

View File

@ -34,8 +34,8 @@ Description
#ifndef versionInfo_H
#define versionInfo_H
word CFDEMversion="PFM 20.05";
word compatibleLIGGGHTSversion="PFM 20.05";
word CFDEMversion="PFM 20.09";
word compatibleLIGGGHTSversion="PFM 20.09";
word OFversion="6";
Info << "\nCFDEMcoupling version: " << CFDEMversion << endl;