From 8443061cd7977e245ed872117cac6a9d0ea343f8 Mon Sep 17 00:00:00 2001 From: Tom Clune Date: Wed, 29 Nov 2023 09:56:49 -0500 Subject: [PATCH] Preparing for release. --- CMakeLists.txt | 2 +- ChangeLog.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c6f2bfc..ef08395 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,7 +20,7 @@ # ------------------------------------------------------------------------ # cmake_minimum_required (VERSION 3.12) project (PFLOGGER - VERSION 1.10.0 + VERSION 1.11.0 LANGUAGES Fortran) set (CMAKE_MODULE_PATH diff --git a/ChangeLog.md b/ChangeLog.md index f01b5f6..a6b6ad1 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.11.0] - 2023-11-29 + ### Fixed - Workarounds for MPICH C_LOC missing interface (https://github.com/pmodels/mpich/issues/6691)