diff --git a/bin/util/getusedversions.sh b/bin/util/getusedversions.sh index 9479b55e8af68f052ac477540271ddd19220fa1e..c1e23cd1145198840d38f723b267622ab33e129d 100755 --- a/bin/util/getusedversions.sh +++ b/bin/util/getusedversions.sh @@ -6,6 +6,8 @@ # (c) 2016 Thomas Fetzer # (c) 2016 Christoph Grüninger # +# NOTE: This script is deprecated and will be removed after release 3.4. +# Please use the corresponding Python script "getusedversions.py" if [ "$1" = "-h" ]; then echo "USAGE: ./getusedversions.sh" @@ -86,6 +88,7 @@ function getVersionGit # run script from command line # suppressed for use of external script when variable set accordingly if [ "$CALL_FROM_EXTERNAL_SCRIPT" != "yes" ]; then + echo "NOTE: This script is deprecated, please use getusedversions.py instead!" echo "# DUNE/DUMUX VERSIONS" > $OUTFILE echo "Creating file containing the version numbers:"