diff --git a/CMakeLists.txt b/CMakeLists.txt index 5d599a7..c6dd923 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.24) project( linalg LANGUAGES Fortran C - VERSION 1.7.3 + VERSION 1.7.4 ) # Get helper macros and functions diff --git a/docs/Doxyfile b/docs/Doxyfile index 79a64a5..5ef394b 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -48,7 +48,7 @@ PROJECT_NAME = linalg # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 1.7.3 +PROJECT_NUMBER = 1.7.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/fpm.toml b/fpm.toml index 6545d26..f825649 100644 --- a/fpm.toml +++ b/fpm.toml @@ -1,9 +1,9 @@ name = "linalg" -version = "1.7.3" +version = "1.7.4" license = "GPL-3.0" author = "Jason Christopherson" maintainer = "Jason Christopherson" -copyright = "Copyright 2017-2023, Jason Christopherson" +copyright = "Copyright 2017-2024, Jason Christopherson" description = "A linear algebra library that provides a user-friendly interface to several BLAS and LAPACK routines." homepage = "https://github.com/jchristopherson/linalg"