From 0814a793a5008b87d7a9dae8bd8d9a2a9836fd41 Mon Sep 17 00:00:00 2001 From: Jason Christopherson Date: Mon, 12 Aug 2024 07:36:26 -0500 Subject: [PATCH] Update version info --- CMakeLists.txt | 2 +- fpm.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5b92956..51b7aa3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.24) project( linalg LANGUAGES Fortran C - VERSION 1.8.1 + VERSION 1.8.2 ) # Get helper macros and functions diff --git a/fpm.toml b/fpm.toml index a054773..149d146 100644 --- a/fpm.toml +++ b/fpm.toml @@ -1,5 +1,5 @@ name = "linalg" -version = "1.8.1" +version = "1.8.2" license = "GPL-3.0" author = "Jason Christopherson" maintainer = "Jason Christopherson"