From: Guido Kanschat Date: Thu, 15 Sep 2005 08:52:28 +0000 (+0000) Subject: check status before tagging X-Git-Tag: v8.0.0~13153 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04a0467269a62f983cb38b0ee7954e6525b19cab;p=dealii.git check status before tagging git-svn-id: https://svn.dealii.org/trunk@11441 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/RELEASE/tasks b/deal.II/doc/RELEASE/tasks index 3832341473..fc9b44e3e8 100644 --- a/deal.II/doc/RELEASE/tasks +++ b/deal.II/doc/RELEASE/tasks @@ -3,6 +3,7 @@ when a new release shall be issued: 0/ cvs update -d -P + perl common/scripts/status.pl -c make all cd tests ; make all ; cd .. cd examples ; make all ; cd ..