diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-01-09 18:09:20 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-01-09 18:09:20 +0000 |
commit | 8f86368f15cc28d4879a50ec8d4d6f8139e4d57a (patch) | |
tree | 49cbd13c4b4038b36633840999fb57b4585783be /docs/Doxyfile | |
parent | 7db9cb86d06c725387bca9b89a7dd849f7c46142 (diff) | |
download | ChibiOS-8f86368f15cc28d4879a50ec8d4d6f8139e4d57a.tar.gz ChibiOS-8f86368f15cc28d4879a50ec8d4d6f8139e4d57a.tar.bz2 ChibiOS-8f86368f15cc28d4879a50ec8d4d6f8139e4d57a.zip |
Fixed bug 3153746.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2632 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'docs/Doxyfile')
-rw-r--r-- | docs/Doxyfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Doxyfile b/docs/Doxyfile index 5a61308cf..08f65b949 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -31,7 +31,7 @@ PROJECT_NAME = ChibiOS/RT # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 2.1.7 +PROJECT_NUMBER = 2.1.8 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. |