Skip to content

Commit 2d24799

Browse files
authored
Merge pull request #433 from Goddard-Fortran-Ecosystem/hotfix/update-version
Update changelog and cmake version.
2 parents cb4bacc + 497ea9c commit 2d24799

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
cmake_minimum_required(VERSION 3.12)
2626

2727
project (PFUNIT
28-
VERSION 4.7.2
28+
VERSION 4.7.3
2929
LANGUAGES Fortran C)
3030

3131
cmake_policy(SET CMP0077 NEW)

ChangeLog.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
55

66
## [Unreleased]
77

8+
## [4.7.3] - 2023-07-21
9+
810
### Fixed
11+
- Fixed cmake issue where target "pfunit-mpi-defines" is defined more than once
912
- Missing variable declaration in parameterized test case boiler plate code.
1013

1114
## [4.7.2] - 2023-06-26
15+
1216
### Fixed
13-
- Restored consistent behaviour for file paths between `add_pfunit_ctest` amd `add_pfunit_sources`.
17+
- Restored consistent behaviour for file paths between `add_pfunit_ctest` and `add_pfunit_sources`.
1418
Now the `add_pfunit_ctest` handles relative filepaths (e.g. `./path/to/source.pf`) as described
1519
in the script documentation.
1620

0 commit comments

Comments
 (0)