Create and v1.3.3 (skip v1.3.2 due to mistake)

pull/159/head
rtlaka 2018-02-02 09:11:17 +01:00
parent 5261e237e4
commit 99f4e1c8f7
3 changed files with 6 additions and 1 deletions

View File

@ -84,6 +84,8 @@ Version 1.3.1 : 2015-03-11
- Compiles under gcc / visual-c / borland-c / intime.
- Added multi-threaded configuration for parallel configurations of slaves
Version 1.3.2 : 2018-02-02
- Made a mistake. DON'T USE!
Version 1.3.3 : 2018-02-02
- Added rtems target.
- Added support for overlapping IOmap.

View File

@ -32,7 +32,7 @@ PROJECT_NAME = SOEM
# This could be handy for archiving the generated documentation or
# if some version control system is used.
PROJECT_NUMBER = v1.3.2
PROJECT_NUMBER = v1.3.3
# 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

View File

@ -181,6 +181,9 @@
* - Added multi-threaded configuration for parallel configurations of slaves
*
* Version 1.3.2 : 2018-02-02
* - Made a mistake. DON'T USE!
*
* Version 1.3.3 : 2018-02-02
* - Added rtems target.
* - Added support for overlapping IOmap.
*