From: Matthias Maier Date: Mon, 4 Mar 2013 16:56:21 +0000 (+0000) Subject: Compatibility fixes X-Git-Tag: v8.0.0~1079^2~48 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a43813f3f3ba7c9b6c5eccd5c21caabeb12e318;p=dealii.git Compatibility fixes git-svn-id: https://svn.dealii.org/branches/branch_cmake@28731 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/base/config.h.in b/deal.II/include/deal.II/base/config.h.in index 23a4a38d33..713509f711 100644 --- a/deal.II/include/deal.II/base/config.h.in +++ b/deal.II/include/deal.II/base/config.h.in @@ -34,9 +34,11 @@ /* Major version number of deal.II */ #define DEAL_II_VERSION_MAJOR @DEAL_II_VERSION_MAJOR@ +#define DEAL_II_MAJOR @DEAL_II_VERSION_MAJOR@ /* Minor version number of deal.II */ #define DEAL_II_VERSION_MINOR @DEAL_II_VERSION_MINOR@ +#define DEAL_II_MINOR @DEAL_II_VERSION_MINOR@ /********************************************