diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2015-08-15 08:56:56 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2015-08-15 08:56:56 +0000 |
commit | f52c062a19563a76960eef4b535327909b6059b9 (patch) | |
tree | 21622538288084b91864194ca5cd9a78288c3c8f /doc/nil/Doxyfile_html | |
parent | a2b33f23233a009759e3fad20b031b7cb9f92278 (diff) | |
download | ChibiOS-f52c062a19563a76960eef4b535327909b6059b9.tar.gz ChibiOS-f52c062a19563a76960eef4b535327909b6059b9.tar.bz2 ChibiOS-f52c062a19563a76960eef4b535327909b6059b9.zip |
Fixed bug #629.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8214 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'doc/nil/Doxyfile_html')
-rw-r--r-- | doc/nil/Doxyfile_html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/nil/Doxyfile_html b/doc/nil/Doxyfile_html index cf2e23e11..a19efd4d3 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.0
+PROJECT_NUMBER = 1.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
|