From fe3e2d883ddcd7aaf63eb4c072004909af807545 Mon Sep 17 00:00:00 2001 From: "Keith T. Star" Date: Wed, 6 Jan 2016 12:24:11 -0800 Subject: [PATCH] Update required CMake version, and bumped the APBS version in anticipation of the release. --- CMakeLists.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7fe8b0c..1a27955 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,4 @@ - -cmake_minimum_required (VERSION 2.8) +cmake_minimum_required (VERSION 3.0) ################################################################################ # TODO: Add licensing and authorship information @@ -40,7 +39,7 @@ include(CheckIncludeFiles) include(CheckFunctionExists) include(ExternalProject) -set(APBS_VERSION "1.4.1") +set(APBS_VERSION "1.4.2") set(PACKAGE_STRING ${APBS_VERSION}) set(CMAKE_BUILD_TYPE "RELWITHDEBINFO")