From: Matthias Maier Date: Wed, 17 Dec 2014 07:26:33 +0000 (+0100) Subject: Update normalize.pl to also substitute 8.2.pre version X-Git-Tag: v8.3.0-rc1~603^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e11d8d9015831a884908694ea6b5eb3e8504496;p=dealii.git Update normalize.pl to also substitute 8.2.pre version --- diff --git a/tests/normalize.pl b/tests/normalize.pl index 22e68654f1..d793cf41e3 100644 --- a/tests/normalize.pl +++ b/tests/normalize.pl @@ -56,7 +56,7 @@ s/^DEAL.*::_.*\n//g; # Normalize version string by replacing (for example) 'written by # deal.II 8.1.pre' by written by 'written by deal.II x.y.z' -s/written by deal\.II \d+\.\d+\.(pre|\d+)/written by deal.II x.y.z/; +s/written by deal\.II \d+\.\d+\.(pre|rc|\d+)/written by deal.II x.y.z/; # different p4est versions output different text in VTU output. For