diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-12-03 08:49:51 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-12-03 08:49:51 +0000 |
commit | 0faef9a2928309385c52f25fb892ac46ced093ab (patch) | |
tree | b68308eb80be28e17c9f00da2b97fb6b06255d5d /docs | |
parent | a8a85358455c96d2ca9acd4697b25cc746ebb359 (diff) | |
download | ChibiOS-0faef9a2928309385c52f25fb892ac46ced093ab.tar.gz ChibiOS-0faef9a2928309385c52f25fb892ac46ced093ab.tar.bz2 ChibiOS-0faef9a2928309385c52f25fb892ac46ced093ab.zip |
Fixed bug 3449139, increased version numbers.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3552 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Doxyfile_chm | 2 | ||||
-rw-r--r-- | docs/Doxyfile_html | 2 | ||||
-rw-r--r-- | docs/rsc/header_chm.html | 2 | ||||
-rw-r--r-- | docs/rsc/header_html.html | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/docs/Doxyfile_chm b/docs/Doxyfile_chm index bcda68230..c1333cd33 100644 --- a/docs/Doxyfile_chm +++ b/docs/Doxyfile_chm @@ -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.3.4
+PROJECT_NUMBER = 2.3.5
# 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
diff --git a/docs/Doxyfile_html b/docs/Doxyfile_html index 5cba063d7..bbf7156a0 100644 --- a/docs/Doxyfile_html +++ b/docs/Doxyfile_html @@ -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.3.4
+PROJECT_NUMBER = 2.3.5
# 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
diff --git a/docs/rsc/header_chm.html b/docs/rsc/header_chm.html index 1365da6dd..4ce33e42f 100644 --- a/docs/rsc/header_chm.html +++ b/docs/rsc/header_chm.html @@ -13,7 +13,7 @@ <tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
- <div id="projectname">ChibiOS/RT <span id="projectnumber">2.3.4</span></div>
+ <div id="projectname">ChibiOS/RT <span id="projectnumber">2.3.5</span></div>
</td>
</tr>
</tbody>
diff --git a/docs/rsc/header_html.html b/docs/rsc/header_html.html index 202da80ca..243097201 100644 --- a/docs/rsc/header_html.html +++ b/docs/rsc/header_html.html @@ -20,7 +20,7 @@ $(document).ready(initResizable); <tbody>
<tr style="height: 92px;">
<td style="padding-left: 0.5em;">
- <div id="projectname">ChibiOS/RT<br><span id="projectnumber">2.3.4</span></div>
+ <div id="projectname">ChibiOS/RT<br><span id="projectnumber">2.3.5</span></div>
</td>
<td style="padding-left: 3em;">
<script type="text/javascript"><!--
|