From: Matthias Maier Date: Sun, 25 Oct 2015 17:29:17 +0000 (-0500) Subject: Update scripts/normalize.pl to new version numbering X-Git-Tag: v8.4.0-rc2~288^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17b39175412e5b068d7f1b7e95c3ccb0ee71bc30;p=dealii.git Update scripts/normalize.pl to new version numbering --- diff --git a/cmake/scripts/normalize.pl b/cmake/scripts/normalize.pl index b2cde9a8ba..73b6ade233 100644 --- a/cmake/scripts/normalize.pl +++ b/cmake/scripts/normalize.pl @@ -1,6 +1,6 @@ ## --------------------------------------------------------------------- ## -## Copyright (C) 2001 - 2014 by the deal.II authors +## Copyright (C) 2001 - 2015 by the deal.II authors ## ## This file is part of the deal.II library. ## @@ -55,8 +55,8 @@ s/-0\.(0+)(?!\d)/0.\1/g; 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|rc\d*|\d+)/written by deal.II x.y.z/; +# deal.II 8.1.0-pre' by written by 'written by deal.II x.y.z' +s/written by deal\.II \d+\.\d+\.\d+(-pre|-rc\d*|)/written by deal.II x.y.z/; # different p4est versions output different text in VTU output. For