From c23c25551b3ce30f86c579077ff2d566b8088b11 Mon Sep 17 00:00:00 2001 From: joergboe Date: Tue, 28 Aug 2018 14:41:12 +0200 Subject: [PATCH] New version --- README.md | 8 +++++++- bin/version.sh | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 205a493..de0fa37 100644 --- a/README.md +++ b/README.md @@ -165,4 +165,10 @@ Version 3.1.2: Version 3.1.3: - Workaround for lang setting in jobs command for bash 4.1.2 -- \ No newline at end of file + +Version 3.2.0: +- New command line option --load-reduce +- Use variables TTPR_noStartxxx, TTPR_noStopxxx instead of TTPRN_ variables +- New functions cleanUpInstAndDomainAtStop and cleanUpInstAndDomainAtStart +- Evaluate skip attributes if a cases list is given as command line parameter +- Add skipped cases in special summary file diff --git a/bin/version.sh b/bin/version.sh index 55d62f0..6c6401e 100644 --- a/bin/version.sh +++ b/bin/version.sh @@ -1 +1 @@ -declare -xr TTRO_version="3.1.3__dev__" +declare -xr TTRO_version="3.2.0"