diff --git a/CMakeLists.txt b/CMakeLists.txt index ef358dc0..834d65e7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,7 +25,7 @@ cmake_minimum_required(VERSION 3.12) project (PFUNIT - VERSION 4.0.1 + VERSION 4.1.0 LANGUAGES Fortran C) enable_testing() diff --git a/ChangeLog b/ChangeLog index e0a3c1ef..1abecb7e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,9 @@ -4.0.2 October 27, 2019 +4.1.0 October 27, 2019 - Major correction to README to reflect changes from v3.0 - Expansion of hamcrest capabilities + - Completed TAP listener + - Fixes for self-tests that were failing due to Python-3 support + 4.0.1 September 01, 2019 diff --git a/src/funit/core/posix_predefined.c b/src/funit/core/posix_predefined.c index 247c283d..aebc7f74 100644 --- a/src/funit/core/posix_predefined.c +++ b/src/funit/core/posix_predefined.c @@ -1,3 +1,8 @@ +#ifndef __OSX_AVAILABLE_STARTING +# define __OSX_AVAILABLE_STARTING(_osx, ios) +# define __OSX_AVAILABLE_BUT_DEPRECATED(_osxIntro, osxDep, iosIntro, iosDep) +# define __OSX_AVAILABLE_BUT_DEPRECATED_MSG(_osxIntro, osxDep, iosIntro, iosDep, _msg) +#endif #include #include #include