diff --git a/CMakeLists.txt b/CMakeLists.txt index 31f3273..ac7813c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.10) -project(kseq++ VERSION 1.1.1 LANGUAGES CXX) +project(kseq++ VERSION 1.1.2 LANGUAGES CXX) #options option(BUILD_TESTING "Build test programs" OFF) # ignored by default