Skip to content

Commit 8dcbcb9

Browse files
author
rtlaka
committed
bump version
1 parent eda5a1d commit 8dcbcb9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cmake_minimum_required (VERSION 2.8.4)
55
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake")
66
project (SOES)
77

8-
set (SOES_VERSION_MAJOR 0)
8+
set (SOES_VERSION_MAJOR 1)
99
set (SOES_VERSION_MINOR 1)
1010
set (SOES_VERSION_PATCH 0)
1111

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ SOES is an EtherCAT slave stack written in c. Its purpose is to learn and
1111
to use. All users are invited to study the source to get an understanding
1212
how an EtherCAT slave functions.
1313

14-
Features as of 1.0.0:
14+
Features as of 1.1.0:
1515
- Address offset based HAL for easy ESC read/write access via any
1616
interface
1717
- Mailbox with data link layer

0 commit comments

Comments
 (0)