diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-11-15 13:03:13 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-11-15 13:03:13 +0000 |
commit | 89a9bbf48fe87a6d76226e80723930617380c369 (patch) | |
tree | 06de81124d0ceebb8c3b6046a33bf37e608915c4 /docs | |
parent | b946702ef873964d0f9a2201f4069740a172a273 (diff) | |
download | ChibiOS-89a9bbf48fe87a6d76226e80723930617380c369.tar.gz ChibiOS-89a9bbf48fe87a6d76226e80723930617380c369.tar.bz2 ChibiOS-89a9bbf48fe87a6d76226e80723930617380c369.zip |
Fixed MMC driver states graph, changed version numbers.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1306 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Doxyfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Doxyfile b/docs/Doxyfile index 00c357794..d46f442fd 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -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 = 1.3.4 +PROJECT_NUMBER = 1.3.5 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. |