From bcec0a6f61dc91c1955caf5d73f28c807c0dbb29 Mon Sep 17 00:00:00 2001 From: Daniel Smith Date: Mon, 6 Aug 2018 12:06:15 -0400 Subject: [PATCH] Bumps cmake version to 1.2 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ed54c2c..8543909 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.1 FATAL_ERROR) project(gau2grid - VERSION 1.1.0 + VERSION 1.2.0 LANGUAGES C) set(gau2grid_AUTHORS "Daniel G. A. Smith") set(gau2grid_DESCRIPTION "Fast computation of a gaussian and its derivative on a grid")