From ad40f03e3a8bff7f66fa5cc39f611516c1d40499 Mon Sep 17 00:00:00 2001 From: jchristopherson Date: Tue, 12 Sep 2017 08:36:29 -0500 Subject: [PATCH] Update version info --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8a01dfc..62b2a1d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ project(ferror C CXX Fortran) # Define version information set(linalg_VERSION_MAJOR 1) set(linalg_VERSION_MINOR 2) -set(linalg_VERSION_PATCH 2) +set(linalg_VERSION_PATCH 3) # Define output directories, if undefined if (NOT CMAKE_LIBRARY_OUTPUT_DIRECTORY)