aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/full_rm/Doxyfile_html2
-rw-r--r--doc/full_rm/src/main.dox2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/full_rm/Doxyfile_html b/doc/full_rm/Doxyfile_html
index cdd8cfdfd..77b569bc2 100644
--- a/doc/full_rm/Doxyfile_html
+++ b/doc/full_rm/Doxyfile_html
@@ -38,7 +38,7 @@ PROJECT_NAME = ChibiOS
# could be handy for archiving the generated documentation or if some version
# control system is used.
-PROJECT_NUMBER = 0.0.0
+PROJECT_NUMBER = 19.1.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/full_rm/src/main.dox b/doc/full_rm/src/main.dox
index 7da6fadad..9be27c8da 100644
--- a/doc/full_rm/src/main.dox
+++ b/doc/full_rm/src/main.dox
@@ -36,7 +36,7 @@
* - RT, a full features RTOS.
* - NIL, another RTOS with a very reduced footprint.
* - OSLIB, a library of RTOS enhancements, it can be used on top of both RT
- * NIL.
+ * and NIL.
* - HAL, an abstraction layer for common MCU peripherals.
* - EX, abstraction for board-level devices, it sits on top of HAL.
* .