Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.24)
project(
fplot
LANGUAGES Fortran
VERSION 1.8.2
VERSION 1.8.3
)

# Confgiure everything
Expand Down
2 changes: 1 addition & 1 deletion configure/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ include(GNUInstallDirs)
if(NOT DEFINED CMAKE_INSTALL_MODULEDIR)
set(
CMAKE_INSTALL_MODULEDIR
"${CMAKE_INSTALL_INCLUDEDIR}/${PROJECT_NAME}/${CMAKE_Fortran_COMPILER_ID}-${CMAKE_Fortran_COMPILER_VERSION}"
"${CMAKE_INSTALL_INCLUDEDIR}"
CACHE
STRING
"Directory in prefix to install generated module files"
Expand Down
4 changes: 2 additions & 2 deletions fpm.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name = "fplot"
version = "1.8.2"
version = "1.8.3"
license = "GPL-3.0"
author = "Jason Christopherson"
maintainer = "Jason Christopherson"
copyright = "Copyright 2017-2025, Jason Christopherson"
copyright = "Copyright 2017-2026, Jason Christopherson"
description = "A Fortran library providing a convenient interface for plotting with Gnuplot."
homepage = "https://github.com/jchristopherson/fplot"

Expand Down
Loading