Skip to content

Commit

Permalink
Merge pull request #439 from Goddard-Fortran-Ecosystem/tmp/release
Browse files Browse the repository at this point in the history
Tmp/release
  • Loading branch information
tclune authored Nov 1, 2023
2 parents eeeb786 + 85500a4 commit 83e1f4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ cmake_minimum_required(VERSION 3.12)

project (PFUNIT
VERSION 4.7.3
4
LANGUAGES Fortran C)

cmake_policy(SET CMP0077 NEW)
Expand Down
1 change: 1 addition & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [4.7.4] - 2023-11-01

### Fixed
- Several workarounds added to enable building with gfortran 13.2. Polymorphic assignment is broken, and must be replaced by `ALLOCATE(obj,source=...)`. But apparently not everywhere?
Expand Down

0 comments on commit 83e1f4a

Please sign in to comment.