From: Timo Heister Date: Fri, 1 Mar 2013 14:22:04 +0000 (+0000) Subject: do not search/replace deal.II version in normalize.pl X-Git-Tag: v8.0.0~1110 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c710d9b2e4d6872e38fb52c250d8ba7992269b6c;p=dealii.git do not search/replace deal.II version in normalize.pl git-svn-id: https://svn.dealii.org/trunk@28686 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/normalize.pl b/tests/normalize.pl index 73b09fe588..f0490fd217 100644 --- a/tests/normalize.pl +++ b/tests/normalize.pl @@ -53,6 +53,3 @@ s/-0\.(0+)(?!\d)/0.\1/g; # remove deal.II debug output s/^DEAL.*::_.*\n//g; - -# Normalize version string to 7.3 pre: -s/written by deal\.II .\..\.pre/written by deal.II 7.3.pre/;