diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-09-26 07:12:22 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-09-26 07:12:22 +0000 |
commit | 8a1e2ccd721f6b874884d0afe1bc704bbb382ec6 (patch) | |
tree | 89a2d420bd9d8f38fbff8a461c6cac4c3ac8aa21 /doc/hal/Doxyfile_chm | |
parent | 09b0d9645a7c5b103f53b10eadabc839cde88054 (diff) | |
download | ChibiOS-8a1e2ccd721f6b874884d0afe1bc704bbb382ec6.tar.gz ChibiOS-8a1e2ccd721f6b874884d0afe1bc704bbb382ec6.tar.bz2 ChibiOS-8a1e2ccd721f6b874884d0afe1bc704bbb382ec6.zip |
Fixed bug #644.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8328 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 5c5e56329..5dad53416 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 = 3.0.1
+PROJECT_NUMBER = 3.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
|