diff --git a/.gitignore b/.gitignore index 3fbe4165711052439787147e1841ef957ace9b9f..e97c609120476289487b69ea8f5b1a53eeaab3bc 100644 --- a/.gitignore +++ b/.gitignore @@ -25,7 +25,7 @@ test/build *.a *.la *.lo - +*.autosave # Shared objects (inc. Windows DLLs) *.dll *.so diff --git a/CMakeLists.txt b/CMakeLists.txt index c7f6c5d180f430f825a1e6394d07a2bb1d2faf3b..0c37cca12bbe1413b2690f766ce803fa05569aa3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ set(CMAKE_C_STANDARD 11) SET( CPACK_PACKAGE_NAME "${PROJECT_NAME}") SET( CPACK_PACKAGE_VERSION_MAJOR 3) SET( CPACK_PACKAGE_VERSION_MINOR 2) -SET( CPACK_PACKAGE_VERSION_PATCH 1) +SET( CPACK_PACKAGE_VERSION_PATCH 2) # init CellFrame SDK add_definitions("-DDAP_VERSION=\"${CPACK_PACKAGE_VERSION_MAJOR}\"") diff --git a/cellframe-sdk b/cellframe-sdk index 9deb515ffa13c853cc7933e0597cae95637605eb..05b5f294f6d72d48c9bbbb586abc4ce49bfce715 160000 --- a/cellframe-sdk +++ b/cellframe-sdk @@ -1 +1 @@ -Subproject commit 9deb515ffa13c853cc7933e0597cae95637605eb +Subproject commit 05b5f294f6d72d48c9bbbb586abc4ce49bfce715