From 8fb9f817a3acce3f1497c1e08e56bf085f4b9aeb Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 18 Sep 2000 07:58:50 +0000 Subject: [PATCH] Declare DEAL_2_MAJOR/MINOR. git-svn-id: https://svn.dealii.org/trunk@3331 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/common/Make.global_options.in | 2 ++ 1 file changed, 2 insertions(+) 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@ ###################################################### -- 2.39.5