From 303e76e892d6ace0d6125cd97609bcf8e4860706 Mon Sep 17 00:00:00 2001 From: jchristopherson Date: Fri, 15 Sep 2017 21:13:36 -0500 Subject: [PATCH] Update version info --- CMakeLists.txt | 2 +- doc/Doxyfile | 2 +- src/ferror.f90 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7202996..ea5b69c 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 3) +set(linalg_VERSION_PATCH 4) # Define output directories, if undefined if (NOT CMAKE_LIBRARY_OUTPUT_DIRECTORY) diff --git a/doc/Doxyfile b/doc/Doxyfile index 6a9767b..feed8dc 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = ferror # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 1.2.3 +PROJECT_NUMBER = 1.2.4 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/src/ferror.f90 b/src/ferror.f90 index 388428a..a28e816 100644 --- a/src/ferror.f90 +++ b/src/ferror.f90 @@ -6,7 +6,7 @@ !! FERROR is a library to assist with error handling in Fortran projects. !! !! @author Jason Christopherson -!! @version 1.2.3 +!! @version 1.2.4 !> @brief \b ferror !!