From 408c8a36dcab7a68ee98211fc68b6fdb9e457af8 Mon Sep 17 00:00:00 2001 From: danielque Date: Mon, 15 Jun 2020 15:52:20 +0200 Subject: [PATCH] bump version number to 20.05 --- etc/bashrc | 2 +- etc/cshrc | 2 +- src/lagrangian/cfdemParticle/cfdTools/versionInfo.H | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/etc/bashrc b/etc/bashrc index d430a61d..9b9f7bc1 100755 --- a/etc/bashrc +++ b/etc/bashrc @@ -17,7 +17,7 @@ #------------------------------------------------------------------------------ export CFDEM_PROJECT=CFDEM -export CFDEM_VERSION=19.09 +export CFDEM_VERSION=20.05 ################################################################################ # USER EDITABLE PART: Changes made here may be lost with the next upgrade diff --git a/etc/cshrc b/etc/cshrc index 4c02a331..220d3828 100755 --- a/etc/cshrc +++ b/etc/cshrc @@ -15,7 +15,7 @@ #------------------------------------------------------------------------------ setenv CFDEM_PROJECT CFDEM -setenv CFDEM_VERSION 19.09 +setenv CFDEM_VERSION 20.05 ################################################################################ # USER EDITABLE PART: Changes made here may be lost with the next upgrade diff --git a/src/lagrangian/cfdemParticle/cfdTools/versionInfo.H b/src/lagrangian/cfdemParticle/cfdTools/versionInfo.H index d8483ab8..64c92d4e 100755 --- a/src/lagrangian/cfdemParticle/cfdTools/versionInfo.H +++ b/src/lagrangian/cfdemParticle/cfdTools/versionInfo.H @@ -34,8 +34,8 @@ Description #ifndef versionInfo_H #define versionInfo_H -word CFDEMversion="PFM 19.09"; -word compatibleLIGGGHTSversion="PFM 19.09"; +word CFDEMversion="PFM 20.05"; +word compatibleLIGGGHTSversion="PFM 20.05"; word OFversion="6"; Info << "\nCFDEMcoupling version: " << CFDEMversion << endl;