Skip to content

Commit

Permalink
Update version for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
tclune committed Mar 7, 2024
1 parent 4d06968 commit d61177e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# ------------------------------------------------------------------------ #
cmake_minimum_required (VERSION 3.12)
project (PFLOGGER
VERSION 1.13.0
VERSION 1.13.1
LANGUAGES Fortran)

set (CMAKE_MODULE_PATH
Expand Down
7 changes: 5 additions & 2 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

- Recent changes in NAG and/or OpenMPI broke the kludge that allow use of a mock MPI layer for testing
locks within pFlogger.
## [1.13.1] - 2024-03-07

### Fixed

- Fixed problem encountered due to recent changes in NAG and/or OpenMPI broke the kludge that supports use of a mock MPI layer for testing locks within pFlogger.

## [1.13.0] - 2024-03-03

Expand Down

0 comments on commit d61177e

Please sign in to comment.