From: wolf Date: Mon, 18 Sep 2000 07:55:33 +0000 (+0000) Subject: Make available version numbers. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e81fc55ca4028d1fc3b0bd682128eeb5428c918;p=dealii-svn.git Make available version numbers. git-svn-id: https://svn.dealii.org/trunk@3329 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/2000/c-3-0.html b/deal.II/doc/news/2000/c-3-0.html index a161929dbe..21ec2a268c 100644 --- a/deal.II/doc/news/2000/c-3-0.html +++ b/deal.II/doc/news/2000/c-3-0.html @@ -26,6 +26,18 @@ documentation, etc.

General

    +
  1. + New: Major and minor version numbers of the + deal.II library are now passed to the + compiler as preprocessor variables + DEAL_2_MAJOR and + DEAL_2_MINOR. Their present values + are 3 and 1, respectively. Variables of the same name are also + available in Makefiles. +
    + (WB 2000/09/18) +

    +
  2. New: the step-9 example program is now ready, showing several advanced programming techniques in