diff --git a/CMakeLists.txt b/CMakeLists.txt index 817a788..0a12fbb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8) SET(VERSION_MAJOR 1) -SET(VERSION_MINOR 0) +SET(VERSION_MINOR 1) # choose source file file(GLOB LIB_SRC_LIST src/input.cpp src/keybindings.cpp src/textbuffer.cpp)