From 05b5f294f6d72d48c9bbbb586abc4ce49bfce715 Mon Sep 17 00:00:00 2001
From: "Dmitriy A. Gerasimov" <dmitriy.gerasimov@demlabs.net>
Date: Tue, 5 May 2020 14:52:19 +0700
Subject: [PATCH] Upd vers

---
 .gitignore     | 70 ++++++++++++++++++++++++++++++++++++++++++++++++++
 CMakeLists.txt |  2 +-
 2 files changed, 71 insertions(+), 1 deletion(-)
 create mode 100644 .gitignore

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000000..e97c609120
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,70 @@
+# Prerequisites
+build/*
+build_stretch/*
+test/build
+*.txt.user
+*.txt.user.*
+*.autosave
+# Object files
+*.o
+*.ko
+*.obj
+*.elf
+
+# Linker output
+*.ilk
+*.map
+*.exp
+
+# Precompiled Headers
+*.gch
+*.pch
+
+# Libraries
+*.lib
+*.a
+*.la
+*.lo
+*.autosave
+# Shared objects (inc. Windows DLLs)
+*.dll
+*.so
+*.so.*
+*.dylib
+
+# Executables
+*.exe
+*.out
+*.app
+*.i*86
+*.x86_64
+*.hex
+
+# Debug files
+*.dSYM/
+*.su
+*.idb
+*.pdb
+
+# Kernel Module Compile Results
+*.mod*
+.tmp_versions/
+modules.order
+Module.symvers
+Mkfile.old
+dkms.conf
+/.project
+/.cproject
+/kelvin-node_logs.txt
+/build/
+
+# Autogenerated CMake files
+CMakeCache.txt
+CMakeFiles/
+CPackConfig.cmake
+CPackSourceConfig.cmake
+Makefile
+cmake_install.cmake
+
+# Editor's temp files
+*~
\ No newline at end of file
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7ca0b24218..a5a0a9238f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -2,7 +2,7 @@ project(cellframe-sdk C)
 cmake_minimum_required(VERSION 2.8)
 
 set(CMAKE_C_STANDARD 11)
-set(CELLFRAME_SDK_NATIVE_VERSION "2.0-4")
+set(CELLFRAME_SDK_NATIVE_VERSION "2.1-0")
 include(cmake/OS_Detection.cmake)
 add_definitions ("-DCELLFRAME_SDK_VERSION=\"${CELLFRAME_SDK_NATIVE_VERSION}\"")
 
-- 
GitLab