From af087b29b54eb303aac872cc6a0bf43bd519b67f Mon Sep 17 00:00:00 2001 From: danielque Date: Thu, 4 Oct 2018 12:29:52 +0200 Subject: [PATCH] bump version number to 18.10 --- 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 159fdf83..e069a93e 100755 --- a/etc/bashrc +++ b/etc/bashrc @@ -17,7 +17,7 @@ #------------------------------------------------------------------------------ export CFDEM_PROJECT=CFDEM -export CFDEM_VERSION=18.03 +export CFDEM_VERSION=18.10 ################################################################################ # USER EDITABLE PART: Changes made here may be lost with the next upgrade diff --git a/etc/cshrc b/etc/cshrc index e2ac96a0..b56a1c47 100755 --- a/etc/cshrc +++ b/etc/cshrc @@ -15,7 +15,7 @@ #------------------------------------------------------------------------------ setenv CFDEM_PROJECT CFDEM -setenv CFDEM_VERSION 18.03 +setenv CFDEM_VERSION 18.10 ################################################################################ # 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 43650545..637262b3 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 18.03"; -word compatibleLIGGGHTSversion="PFM 18.03"; +word CFDEMversion="PFM 18.10"; +word compatibleLIGGGHTSversion="PFM 18.10"; word OFversion="4.x"; Info << "\nCFDEMcoupling version: " << CFDEMversion << endl;