From 31e6180cc2e3b5c546b2a120446e5a4253955277 Mon Sep 17 00:00:00 2001 From: jchristopherson Date: Mon, 3 Feb 2025 12:01:32 -0600 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 137dbe9..2bd0240 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.24) project( fstats LANGUAGES Fortran - VERSION 1.2.5 + VERSION 1.2.6 ) # Confgiure everything diff --git a/fpm.toml b/fpm.toml index c4235cf..215253b 100644 --- a/fpm.toml +++ b/fpm.toml @@ -1,5 +1,5 @@ name = "fstats" -version = "1.2.5" +version = "1.2.6" license = "GPL-3.0" author = "Jason Christopherson" maintainer = "Jason Christopherson"