diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-06-12 09:35:09 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-06-12 09:35:09 +0000 |
commit | f42443a50a2b05df78e724da7f3f765116a810cd (patch) | |
tree | 1338c8cb0b9d1f51f8323a79042073b4806ea232 /docs/Doxyfile | |
parent | 9647307a8f6df28928d2f0f29a9ffb49a38e2316 (diff) | |
download | ChibiOS-f42443a50a2b05df78e724da7f3f765116a810cd.tar.gz ChibiOS-f42443a50a2b05df78e724da7f3f765116a810cd.tar.bz2 ChibiOS-f42443a50a2b05df78e724da7f3f765116a810cd.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@317 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'docs/Doxyfile')
-rw-r--r-- | docs/Doxyfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Doxyfile b/docs/Doxyfile index 0f44238a0..a46b2befd 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 = "0.6.5 beta"
+PROJECT_NUMBER = "0.6.6 beta"
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
|