From bbb13ad41fe272302183e89421dd006b842edb4e Mon Sep 17 00:00:00 2001 From: Kernc Date: Sat, 19 Jan 2019 23:51:46 +0100 Subject: [PATCH] MNT: Bump version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2909e97..c269b35 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required (VERSION 2.8 FATAL_ERROR) project (xsuspender C) -set (PROJECT_VERSION 1.0) +set (PROJECT_VERSION 1.1) if (NOT CMAKE_BUILD_TYPE) set (CMAKE_BUILD_TYPE Release)