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 !!