Skip to content

Commit c12de66

Browse files
authored
Merge pull request #159 from nakarlsson/master
Create and v1.3.3 (skip v1.3.2 due to mistake)
2 parents 5261e23 + 99f4e1c commit c12de66

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

ChangeLog

+2
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ Version 1.3.1 : 2015-03-11
8484
- Compiles under gcc / visual-c / borland-c / intime.
8585
- Added multi-threaded configuration for parallel configurations of slaves
8686
Version 1.3.2 : 2018-02-02
87+
- Made a mistake. DON'T USE!
88+
Version 1.3.3 : 2018-02-02
8789
- Added rtems target.
8890
- Added support for overlapping IOmap.
8991

Doxyfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ PROJECT_NAME = SOEM
3232
# This could be handy for archiving the generated documentation or
3333
# if some version control system is used.
3434

35-
PROJECT_NUMBER = v1.3.2
35+
PROJECT_NUMBER = v1.3.3
3636

3737
# Using the PROJECT_BRIEF tag one can provide an optional one line description
3838
# for a project that appears at the top of each page and should give viewer

doc/soem.dox

+3
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,9 @@
181181
* - Added multi-threaded configuration for parallel configurations of slaves
182182
*
183183
* Version 1.3.2 : 2018-02-02
184+
* - Made a mistake. DON'T USE!
185+
*
186+
* Version 1.3.3 : 2018-02-02
184187
* - Added rtems target.
185188
* - Added support for overlapping IOmap.
186189
*

0 commit comments

Comments
 (0)