diff options
author | barthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-12-06 14:13:45 +0000 |
---|---|---|
committer | barthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-12-06 14:13:45 +0000 |
commit | d34bc423c805e7724898427cb5c4cfe69f596f30 (patch) | |
tree | 99bb722b718cfe8792701e7bc94671c9ef97628a /docs/Doxyfile_html | |
parent | 60e97e1c62c615c9e07042ec20fc8d354245aba9 (diff) | |
parent | 0faef9a2928309385c52f25fb892ac46ced093ab (diff) | |
download | ChibiOS-d34bc423c805e7724898427cb5c4cfe69f596f30.tar.gz ChibiOS-d34bc423c805e7724898427cb5c4cfe69f596f30.tar.bz2 ChibiOS-d34bc423c805e7724898427cb5c4cfe69f596f30.zip |
I2C. Merged code from trunk.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3561 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'docs/Doxyfile_html')
-rw-r--r-- | docs/Doxyfile_html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Doxyfile_html b/docs/Doxyfile_html index 5cba063d7..bbf7156a0 100644 --- a/docs/Doxyfile_html +++ b/docs/Doxyfile_html @@ -31,7 +31,7 @@ PROJECT_NAME = ChibiOS/RT # This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = 2.3.4
+PROJECT_NUMBER = 2.3.5
# 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
|