Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rtlaka committed Oct 23, 2017
1 parent eda5a1d commit 8dcbcb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cmake_minimum_required (VERSION 2.8.4)
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake")
project (SOES)

set (SOES_VERSION_MAJOR 0)
set (SOES_VERSION_MAJOR 1)
set (SOES_VERSION_MINOR 1)
set (SOES_VERSION_PATCH 0)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ SOES is an EtherCAT slave stack written in c. Its purpose is to learn and
to use. All users are invited to study the source to get an understanding
how an EtherCAT slave functions.

Features as of 1.0.0:
Features as of 1.1.0:
- Address offset based HAL for easy ESC read/write access via any
interface
- Mailbox with data link layer
Expand Down

0 comments on commit 8dcbcb9

Please sign in to comment.