diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-02-06 10:57:37 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-02-06 10:57:37 +0000 |
commit | e830caa11c88812d1c738c446c83946803e49d05 (patch) | |
tree | 171afde9efe137e7be60a0db4545cf645e7c6ba4 /doc/hal/Doxyfile_chm | |
parent | b566f82aea098fedc61f0d3b8acb7fd7789b4457 (diff) | |
download | ChibiOS-e830caa11c88812d1c738c446c83946803e49d05.tar.gz ChibiOS-e830caa11c88812d1c738c446c83946803e49d05.tar.bz2 ChibiOS-e830caa11c88812d1c738c446c83946803e49d05.zip |
Fixed bug #698.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8838 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'doc/hal/Doxyfile_chm')
-rw-r--r-- | doc/hal/Doxyfile_chm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/hal/Doxyfile_chm b/doc/hal/Doxyfile_chm index f3db17881..cf7ae25bc 100644 --- a/doc/hal/Doxyfile_chm +++ b/doc/hal/Doxyfile_chm @@ -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 = 4.0.0
+PROJECT_NUMBER = 4.1.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
|