From 88f09292431fe1a5d1200cf0b1d941c91a7abbca Mon Sep 17 00:00:00 2001 From: James Amundson Date: Fri, 20 Apr 2018 15:40:34 -0500 Subject: [PATCH] bump version number --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0be21ee..17db69f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.0.0) -project(GARPLY VERSION 2.0.0) +project(GARPLY VERSION 3.0.0) include(GNUInstallDirs)