From 6e150981de83c6c2de2e8dc073111c7d9f0f2045 Mon Sep 17 00:00:00 2001 From: jchristopherson Date: Wed, 13 Sep 2023 10:49:20 -0500 Subject: [PATCH] Update version information --- CMakeLists.txt | 2 +- docs/Doxyfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1ac6ef5..7f7628f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ project( LANGUAGES C Fortran - VERSION "1.4.1" + VERSION "1.4.2" ) # Get the macros and functions we'll need diff --git a/docs/Doxyfile b/docs/Doxyfile index 5aaa537..3e7b121 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -48,7 +48,7 @@ PROJECT_NAME = ferror # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 1.4.1 +PROJECT_NUMBER = 1.4.2 # 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