diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-10-01 14:18:34 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-10-01 14:18:34 +0000 |
commit | c711d410d74e915941b7d105543b7f56c97d9859 (patch) | |
tree | 407958f5aecfea8958e73cae3ff09c8a212c39fd /doc/rt | |
parent | 409d6dccb91545ef128ad7334e0959abbacbe62f (diff) | |
download | ChibiOS-c711d410d74e915941b7d105543b7f56c97d9859.tar.gz ChibiOS-c711d410d74e915941b7d105543b7f56c97d9859.tar.bz2 ChibiOS-c711d410d74e915941b7d105543b7f56c97d9859.zip |
Updated version numbers.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10735 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'doc/rt')
-rw-r--r-- | doc/rt/Doxyfile_chm | 2 | ||||
-rw-r--r-- | doc/rt/Doxyfile_html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/rt/Doxyfile_chm b/doc/rt/Doxyfile_chm index 1ec12fca1..9ed9c100e 100644 --- a/doc/rt/Doxyfile_chm +++ b/doc/rt/Doxyfile_chm @@ -38,7 +38,7 @@ PROJECT_NAME = ChibiOS/RT # could be handy for archiving the generated documentation or if some version
# control system is used.
-PROJECT_NUMBER = 3.2.0
+PROJECT_NUMBER = 5.0.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
diff --git a/doc/rt/Doxyfile_html b/doc/rt/Doxyfile_html index e1cb9952f..475d3e6b5 100644 --- a/doc/rt/Doxyfile_html +++ b/doc/rt/Doxyfile_html @@ -38,7 +38,7 @@ PROJECT_NAME = ChibiOS/RT # could be handy for archiving the generated documentation or if some version
# control system is used.
-PROJECT_NUMBER = 3.2.0
+PROJECT_NUMBER = 5.0.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
|