From 94f4120d192a037f2ccfa17123cb1241c0a617d8 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 24 Jul 2013 03:02:22 +0000 Subject: [PATCH] Get it right this time... git-svn-id: https://svn.dealii.org/trunk@30146 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/normalize.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/; -- 2.39.5