]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Update scripts/normalize.pl to new version numbering 1785/head
authorMatthias Maier <tamiko@43-1.org>
Sun, 25 Oct 2015 17:29:17 +0000 (12:29 -0500)
committerMatthias Maier <tamiko@43-1.org>
Sun, 25 Oct 2015 17:29:17 +0000 (12:29 -0500)
cmake/scripts/normalize.pl

index b2cde9a8babca52ab98a3ff7064db952e53cb8b6..73b6ade2330a37bb28e7c98bece1458a4d631fa9 100644 (file)
@@ -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

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.