From f76253dff7c0653d13da3f173db44c47d1980169 Mon Sep 17 00:00:00 2001 From: jonathonl Date: Thu, 12 Jul 2018 12:29:32 -0400 Subject: [PATCH] Bumps version number. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e26aec4..75b8238 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.2) -project(savvy VERSION 1.1.0) +project(savvy VERSION 1.2.0) include(CMakePackageConfigHelpers) include(GNUInstallDirs)