Skip to content

Commit

Permalink
Updates for release v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tclune committed Nov 8, 2019
1 parent 34b45ce commit 45ee318
Show file tree
Hide file tree
Showing 3 changed files with 10 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.0.1
VERSION 4.1.0
LANGUAGES Fortran C)

enable_testing()
Expand Down
5 changes: 4 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 5 additions & 0 deletions src/funit/core/posix_predefined.c
Original file line number Diff line number Diff line change
@@ -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<stdlib.h>
#include<errno.h>
#include<stdio.h>
Expand Down

0 comments on commit 45ee318

Please sign in to comment.