Bump version in some files

This commit is contained in:
Henrik Rusche 2018-05-29 10:41:36 +02:00
parent 5c4b068ebe
commit 9756f84bc8
3 changed files with 7 additions and 7 deletions

View file

@ -32,7 +32,7 @@
#------------------------------------------------------------------------------
# Base settings
FOAM_VERSION=foam-extend-4.0
FOAM_VERSION=foam-extend-4.1
SUPPLIED_VERSION_GCC=4.3.3
MIN_VERSION_GCC=4.3.1

View file

@ -231,7 +231,7 @@ export(PACKAGE FOAM)
set(CPACK_DEBIAN_PACKAGE_MAINTAINER "Henrik Rusche")
set(CPACK_PACKAGE_CONTACT "h.rusche@wikki-gmbh.de")
set(CPACK_GENERATOR "DEB")
set(CPACK_PACKAGING_INSTALL_PREFIX "/opt/foam-extend-4.0")
set(CPACK_PACKAGING_INSTALL_PREFIX "/opt/foam-extend-4.1")
set(CPACK_SOURCE_STRIP_FILES "1")
include(CPack)

View file

@ -6,7 +6,7 @@ This part of the repository is for FOAM test harnesses.
Directory Structure
===================
foam-extend-4.0 : Test harness for foam-extend version 4.0. See the file foam-extend-4.0/README.txt for more information
foam-extend-4.1 : Test harness for foam-extend version 4.1. See the file foam-extend-4.1/README.txt for more information
OSIG : CMake/CTest scripts for FOAM Special Interest Group (OSIG) test harness
OSIG/TurboMachinery : Test harness for the TurboMachinery OSIG. See the file OSIG/Turbomachinery/README.txt for more information.
@ -34,7 +34,7 @@ Martin Beaudoin, Hydro-Quebec, 2010. All rights reserved.
5: move to the runDir directory for the FOAM test harness
cd $WM_PROJECT_DIR/testHarness/foam-extend/4.0/runDir
cd $WM_PROJECT_DIR/testHarness/foam-extend/4.1/runDir
6: Normally, if using the master branch, everything should already be setup for you to run the test harness.
@ -46,7 +46,7 @@ Martin Beaudoin, Hydro-Quebec, 2010. All rights reserved.
7: Next, running the test loop is pretty simple:
cd $WM_PROJECT_DIR/testHarness/foam-extend/4.0/runDir # you should already be there...
cd $WM_PROJECT_DIR/testHarness/foam-extend/4.1/runDir # you should already be there...
./Allclean
./Allrun_Experimental
@ -54,7 +54,7 @@ Martin Beaudoin, Hydro-Quebec, 2010. All rights reserved.
8: The results will be published on the CDash dashboard on foam-extend.
To see your results:
URL : http://foam-extend.sourceforge.net/CDash/index.php?project=foam-extend-4.0
URL : http://foam-extend.sourceforge.net/CDash/index.php?project=foam-extend-4.1
9: You can customize your system identifier on the dashboard using the environment variable $CDASH_SUBMIT_LOCAL_HOST_ID.
@ -66,7 +66,7 @@ Martin Beaudoin, Hydro-Quebec, 2010. All rights reserved.
NB: Please no "forward slash" or "/" in the system ID; it looks like CDash will choke on this.
10: In general, see the file $WM_PROJECT_DIR/testHarness/foam-extend/4.0/README.txt for the necessary information about running the
10: In general, see the file $WM_PROJECT_DIR/testHarness/foam-extend/4.1/README.txt for the necessary information about running the
test loop.