]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Bugfix: Correct invalid version macros in config.h.in
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 22 Oct 2012 17:00:39 +0000 (17:00 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 22 Oct 2012 17:00:39 +0000 (17:00 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_cmake@27166 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/base/config.h.in

index a69a8ea912535a30dd194a61ab214599a2f7a966..22f67a0e157504e9ea5a2e4c8836515a260889e6 100644 (file)
 #define DEAL_II_PACKAGE_URL "@DEAL_II_PACKAGE_URL@"
 
 /* Major version number of deal.II */
-#define DEAL_II_MAJOR "@DEAL_II_VERSION_MAJOR@" # legacy
-#define DEAL_II_VERSION_MAJOR "@DEAL_II_VERSION_MAJOR@"
+#define DEAL_II_VERSION_MAJOR @DEAL_II_VERSION_MAJOR@
 
 /* Minor version number of deal.II */
-#define DEAL_II_MINOR "@DEAL_II_VERSION_MINOR@" # legacy
-#define DEAL_II_VERSION_MINOR "@DEAL_II_VERSION_MINOR@"
+#define DEAL_II_VERSION_MINOR @DEAL_II_VERSION_MINOR@
 
 
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.