From 92c01109193be8eb137a402136c2192901dd0fc7 Mon Sep 17 00:00:00 2001 From: Karl Glazebrook Date: Sun, 21 Jul 2019 14:51:16 +1000 Subject: [PATCH] v1.24 release --- CHANGES | 4 ++++ F77.pm | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 1730d42..c1e3f1a 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,10 @@ ExtUtils::F77 Changes list -------------------------- +v1.24 released Jul 21st 2019 +--------------------------- +* Fix of library order of -lgfortran and -lquadmath which effected MS Windows + v1.23 released Jan 5th 2019 --------------------------- diff --git a/F77.pm b/F77.pm index c9e5362..dd2e949 100644 --- a/F77.pm +++ b/F77.pm @@ -8,7 +8,7 @@ use Text::ParseWords; use File::Which qw(which); use List::Util qw(first); -our $VERSION = "1.23"; +our $VERSION = "1.24"; our $DEBUG; sub debug { return if !$DEBUG; warn @_ }