Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
havogt authored Sep 5, 2019
1 parent 93a0e00 commit 52f58e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.9.0)
# able to change.
SET(CMAKE_INSTALL_PREFIX "${CMAKE_SOURCE_DIR}/install/" CACHE PATH "installation prefix")

project(gridtools-verification VERSION 0.13.0 LANGUAGES CXX C)
project(gridtools-verification VERSION 0.14.0 LANGUAGES CXX C)

set(gridtools-verification_VERSION_STRING
"${gridtools-verification_VERSION_MAJOR}.${gridtools-verification_VERSION_MINOR}.${gridtools-verification_VERSION_PATCH}")
Expand Down

0 comments on commit 52f58e1

Please sign in to comment.