diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-02-14 10:28:41 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-02-14 10:28:41 +0000 |
commit | 95058cdab40e0300cb17a12ea0b50c8ccab3e90b (patch) | |
tree | bf716f245515f8b28024ea4807abe7b91c69d996 /docs | |
parent | 4f37deada8ee204662935e59370cb87cde193386 (diff) | |
download | ChibiOS-95058cdab40e0300cb17a12ea0b50c8ccab3e90b.tar.gz ChibiOS-95058cdab40e0300cb17a12ea0b50c8ccab3e90b.tar.bz2 ChibiOS-95058cdab40e0300cb17a12ea0b50c8ccab3e90b.zip |
Fixed bug 2951529.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1607 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Doxyfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Doxyfile b/docs/Doxyfile index e0546572b..4af466d85 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 = 1.5.1 +PROJECT_NUMBER = 1.5.2 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. |