From: bangerth Date: Wed, 24 Jul 2013 03:02:22 +0000 (+0000) Subject: Get it right this time... X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09fe115e374d359750cb0cb371164eff39665991;p=dealii-svn.git Get it right this time... git-svn-id: https://svn.dealii.org/trunk@30146 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/normalize.pl b/tests/normalize.pl index c22c2dfe1c..c11465152e 100644 --- a/tests/normalize.pl +++ b/tests/normalize.pl @@ -56,4 +56,4 @@ 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|\d+)/written by deal.II x.y.z/;