Skip to content

Commit 16838ea

Browse files
Clean up
1 parent 82a445e commit 16838ea

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.24)
33
project(
44
fplot
55
LANGUAGES Fortran
6-
VERSION 1.8.2
6+
VERSION 1.8.3
77
)
88

99
# Confgiure everything

configure/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ include(GNUInstallDirs)
1919
if(NOT DEFINED CMAKE_INSTALL_MODULEDIR)
2020
set(
2121
CMAKE_INSTALL_MODULEDIR
22-
"${CMAKE_INSTALL_INCLUDEDIR}/${PROJECT_NAME}/${CMAKE_Fortran_COMPILER_ID}-${CMAKE_Fortran_COMPILER_VERSION}"
22+
"${CMAKE_INSTALL_INCLUDEDIR}"
2323
CACHE
2424
STRING
2525
"Directory in prefix to install generated module files"

fpm.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name = "fplot"
2-
version = "1.8.2"
2+
version = "1.8.3"
33
license = "GPL-3.0"
44
author = "Jason Christopherson"
55
maintainer = "Jason Christopherson"
6-
copyright = "Copyright 2017-2025, Jason Christopherson"
6+
copyright = "Copyright 2017-2026, Jason Christopherson"
77
description = "A Fortran library providing a convenient interface for plotting with Gnuplot."
88
homepage = "https://github.com/jchristopherson/fplot"
99

0 commit comments

Comments
 (0)