diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-05-14 13:27:17 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-05-14 13:27:17 +0000 |
commit | c185060244a1f6840c7f7080706b2979e3c1c519 (patch) | |
tree | 2da2dae529b39be06e9b235e4f70f8fa94fc235c /doc/nil | |
parent | 1ad8c870549318d964dc295cfbaba874d83ccf01 (diff) | |
download | ChibiOS-c185060244a1f6840c7f7080706b2979e3c1c519.tar.gz ChibiOS-c185060244a1f6840c7f7080706b2979e3c1c519.tar.bz2 ChibiOS-c185060244a1f6840c7f7080706b2979e3c1c519.zip |
Fixed bug #594.
Updated version numbers.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7982 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'doc/nil')
-rw-r--r-- | doc/nil/Doxyfile_chm | 2 | ||||
-rw-r--r-- | doc/nil/Doxyfile_html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/nil/Doxyfile_chm b/doc/nil/Doxyfile_chm index e80143570..d8b63babf 100644 --- a/doc/nil/Doxyfile_chm +++ b/doc/nil/Doxyfile_chm @@ -38,7 +38,7 @@ PROJECT_NAME = ChibiOS/NIL # could be handy for archiving the generated documentation or if some version
# control system is used.
-PROJECT_NUMBER = 1.0.0p4
+PROJECT_NUMBER = 1.0.0p5
# 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
diff --git a/doc/nil/Doxyfile_html b/doc/nil/Doxyfile_html index a68ae9600..7dde94bfc 100644 --- a/doc/nil/Doxyfile_html +++ b/doc/nil/Doxyfile_html @@ -38,7 +38,7 @@ PROJECT_NAME = ChibiOS/NIL # could be handy for archiving the generated documentation or if some version
# control system is used.
-PROJECT_NUMBER = 1.0.0p4
+PROJECT_NUMBER = 1.0.0p5
# 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
|