diff --git a/etc/bashrc b/etc/bashrc index 5e90ed8c..00f84d39 100755 --- a/etc/bashrc +++ b/etc/bashrc @@ -17,7 +17,7 @@ #------------------------------------------------------------------------------ export CFDEM_PROJECT=CFDEM -export CFDEM_VERSION=17.02 +export CFDEM_VERSION=17.08 ################################################################################ # USER EDITABLE PART: Changes made here may be lost with the next upgrade diff --git a/etc/cshrc b/etc/cshrc index f0a6a532..3ae372da 100755 --- a/etc/cshrc +++ b/etc/cshrc @@ -15,7 +15,7 @@ #------------------------------------------------------------------------------ setenv CFDEM_PROJECT CFDEM -setenv CFDEM_VERSION 17.02 +setenv CFDEM_VERSION 17.08 ################################################################################ # 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 b85b7546..bebaac8c 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 17.02"; -word compatibleLIGGGHTSversion="PFM 17.02"; +word CFDEMversion="PFM 17.08"; +word compatibleLIGGGHTSversion="PFM 17.08"; word OFversion="4.x"; Info << "\nCFDEMcoupling version: " << CFDEMversion << endl;