diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-10-31 08:34:16 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-10-31 08:34:16 +0000 |
commit | 37e7834f456837979cef502be97a0afa07e36897 (patch) | |
tree | c1a430d83ee571ffd3069be138f622bca812e937 /docs | |
parent | 35d05f85d17de7ebd5cad4638ecd92d91e5be9aa (diff) | |
download | ChibiOS-37e7834f456837979cef502be97a0afa07e36897.tar.gz ChibiOS-37e7834f456837979cef502be97a0afa07e36897.tar.bz2 ChibiOS-37e7834f456837979cef502be97a0afa07e36897.zip |
New version numbers, fixed bug 3099701.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2311 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 7aa877d07..d7e6dd73b 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 = 2.1.2 +PROJECT_NUMBER = 2.1.3 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. |