From: wolf Date: Mon, 18 Sep 2000 07:58:50 +0000 (+0000) Subject: Declare DEAL_2_MAJOR/MINOR. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98391e32a7a689edc506fae669cc12e0c80c614c;p=dealii-svn.git Declare DEAL_2_MAJOR/MINOR. git-svn-id: https://svn.dealii.org/trunk@3331 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/common/Make.global_options.in b/deal.II/common/Make.global_options.in index 8a5d5678a9..47238d6622 100644 --- a/deal.II/common/Make.global_options.in +++ b/deal.II/common/Make.global_options.in @@ -28,6 +28,8 @@ PERL = @PERL@ enable-multithreading= @enablemultithreading@ with-multithreading = @withmultithreading@ enable-shared = @enableshared@ +DEAL_2_MAJOR = @DEAL_2_MAJOR@ +DEAL_2_MINOR = @DEAL_2_MINOR@ ######################################################