From c710d9b2e4d6872e38fb52c250d8ba7992269b6c Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Fri, 1 Mar 2013 14:22:04 +0000 Subject: [PATCH] do not search/replace deal.II version in normalize.pl git-svn-id: https://svn.dealii.org/trunk@28686 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/normalize.pl | 3 --- 1 file changed, 3 deletions(-) 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/; -- 2.39.5