Skip to content

Commit

Permalink
Merge pull request #433 from Goddard-Fortran-Ecosystem/hotfix/update-…
Browse files Browse the repository at this point in the history
…version

Update changelog and cmake version.
  • Loading branch information
tclune authored Jul 21, 2023
2 parents cb4bacc + 497ea9c commit 2d24799
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
cmake_minimum_required(VERSION 3.12)

project (PFUNIT
VERSION 4.7.2
VERSION 4.7.3
LANGUAGES Fortran C)

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

## [Unreleased]

## [4.7.3] - 2023-07-21

### Fixed
- Fixed cmake issue where target "pfunit-mpi-defines" is defined more than once
- Missing variable declaration in parameterized test case boiler plate code.

## [4.7.2] - 2023-06-26

### Fixed
- Restored consistent behaviour for file paths between `add_pfunit_ctest` amd `add_pfunit_sources`.
- Restored consistent behaviour for file paths between `add_pfunit_ctest` and `add_pfunit_sources`.
Now the `add_pfunit_ctest` handles relative filepaths (e.g. `./path/to/source.pf`) as described
in the script documentation.

Expand Down

0 comments on commit 2d24799

Please sign in to comment.