From 8b322ca0aaabb52959b5fbb0befe3db14b0929dd Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Sat, 22 May 2021 10:14:28 -0500 Subject: [PATCH] fix command --- release-tasks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-tasks b/release-tasks index c18d13e..7c72115 100644 --- a/release-tasks +++ b/release-tasks @@ -324,7 +324,7 @@ Best 6a/ On mainline, do something like this to require the current dev version for the tutorials and in the documentation: - perl -pi -e 's/8.5.0 QUIET/9.0.0 QUIET/g;' examples/*/CMakeLists.txt + perl -pi -e 's/deal.II 9.3.0/deal.II 10.0.0/g;' examples/*/CMakeLists.txt also check doc/users/* and tests/*: -- 2.39.5