From b377ba2d6c1389fd2b062f0784c96ceb9b369575 Mon Sep 17 00:00:00 2001 From: Henrik Rusche Date: Wed, 25 May 2016 15:27:34 +0200 Subject: [PATCH] Bump version number in cshrc and CTest --- CTestConfig.cmake | 2 +- etc/cshrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CTestConfig.cmake b/CTestConfig.cmake index 84d537ace..3613b8c70 100644 --- a/CTestConfig.cmake +++ b/CTestConfig.cmake @@ -10,7 +10,7 @@ # on the foam-extend CDash service hosted on SourceForge.Net # See here: http://foam-extend.sourceforge.net/CDash/index.php # -set(CTEST_PROJECT_NAME "foam-extend-3.2") +set(CTEST_PROJECT_NAME "foam-extend-4.0") set(CTEST_NIGHTLY_START_TIME "01:00:00 UTC") set(CTEST_DROP_METHOD "http") diff --git a/etc/cshrc b/etc/cshrc index 0821f1836..76b22221b 100644 --- a/etc/cshrc +++ b/etc/cshrc @@ -32,7 +32,7 @@ setenv WM_PROJECT foam setenv WM_FORK extend -setenv WM_PROJECT_VERSION 3.2 +setenv WM_PROJECT_VERSION 4.0 # helps to easily write #ifdefs to detect a foam-extend version setenv FOAM_DEV 1