updated version number

This commit is contained in:
Lendemor 2017-02-16 17:02:46 +01:00
parent 8da8c0c8bf
commit b3f92917d0

View File

@ -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)