diff --git a/CMakeLists.txt b/CMakeLists.txt index 33717c4..74cc4c7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/README.md b/README.md index 874c747..3d85533 100644 --- a/README.md +++ b/README.md @@ -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