diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-12-20 11:48:16 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-12-20 11:48:16 +0000 |
commit | b59b2d79daa1fed66792f6ac44b85766bda16c03 (patch) | |
tree | 30275ccb0b0ca7ae946199d4a40cc63adcc9837c /doc/hal/Doxyfile_html | |
parent | 59dfc570f292d3305a5681113586708c8a962c79 (diff) | |
download | ChibiOS-b59b2d79daa1fed66792f6ac44b85766bda16c03.tar.gz ChibiOS-b59b2d79daa1fed66792f6ac44b85766bda16c03.tar.bz2 ChibiOS-b59b2d79daa1fed66792f6ac44b85766bda16c03.zip |
Fixed bug #684.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8626 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'doc/hal/Doxyfile_html')
-rw-r--r-- | doc/hal/Doxyfile_html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/hal/Doxyfile_html b/doc/hal/Doxyfile_html index eda1fac78..9fe01d526 100644 --- a/doc/hal/Doxyfile_html +++ b/doc/hal/Doxyfile_html @@ -38,7 +38,7 @@ PROJECT_NAME = ChibiOS/HAL # could be handy for archiving the generated documentation or if some version
# control system is used.
-PROJECT_NUMBER = 3.1.0
+PROJECT_NUMBER = 4.0.0
# 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
|