Procházet zdrojové kódy

Use version from CMakeLists.txt when generating documentation

Daniele Bartolini před 12 roky
rodič
revize
80c358ac7f
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      Doxyfile.in

+ 1 - 1
Doxyfile.in

@@ -38,7 +38,7 @@ PROJECT_NAME           = Crown
 # could be handy for archiving the generated documentation or if some version
 # could be handy for archiving the generated documentation or if some version
 # control system is used.
 # control system is used.
 
 
-PROJECT_NUMBER         = 0.1.13
+PROJECT_NUMBER         = @CROWN_VERSION_MAJOR@.@CROWN_VERSION_MINOR@.@CROWN_VERSION_MICRO@
 
 
 # Using the PROJECT_BRIEF tag one can provide an optional one line description
 # Using the PROJECT_BRIEF tag one can provide an optional one line description
 # for a project that appears at the top of each page and should give viewer a
 # for a project that appears at the top of each page and should give viewer a