diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-11-27 19:16:40 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-11-27 19:16:40 +0000 |
commit | 9b7b5ce6bfd67fc6317445651af4906c7a54c528 (patch) | |
tree | b0afd0ce51034b7ada1dad66be5f554287703081 /docs/Doxyfile | |
parent | 5401b0fa1c1d6799b8fde25254860b04afc0faa3 (diff) | |
download | ChibiOS-9b7b5ce6bfd67fc6317445651af4906c7a54c528.tar.gz ChibiOS-9b7b5ce6bfd67fc6317445651af4906c7a54c528.tar.bz2 ChibiOS-9b7b5ce6bfd67fc6317445651af4906c7a54c528.zip |
Fixed bug 3120785.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2439 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 a4d7719c7..d13a29dd7 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.4 +PROJECT_NUMBER = 2.1.5 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. |