From 67698c6f9316e3fbe9aca12dbbca45feede5914b Mon Sep 17 00:00:00 2001 From: Martin Smith Date: Tue, 22 Jan 2019 13:48:45 +0000 Subject: [PATCH] Prepare v1.0.1 --- .zenodo.json | 2 +- DESCRIPTION | 4 ++-- NEWS.md | 2 +- src/Quartet-init.c | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.zenodo.json b/.zenodo.json index c4ef2f05..7f396558 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -2,7 +2,7 @@ "description": "An R package that calculates distances between phylogenetic topologies, integrating the tqDist algorithm for quartet distances", "license": "gpl-3.0", "title": "Quartet: Comparison of Phylogenetic Trees Using Quartet and Bipartition Measures", - "version": "v1.0.0", + "version": "v1.0.1", "upload_type": "software", "creators": [ { diff --git a/DESCRIPTION b/DESCRIPTION index 6c97b74f..6bf077d7 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: Quartet -Version: 1.0.0.9000 -Date: 2019-01-21 +Version: 1.0.1 +Date: 2019-01-22 Title: Comparison of Phylogenetic Trees Using Quartet and Bipartition Measures Description: Calculates the number of four-taxon subtrees consistent with a pair of cladograms, calculating the symmetric quartet distance of Bandelt & Dress (1986), diff --git a/NEWS.md b/NEWS.md index f4400a2c..b95458e4 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# Quartet v1.0.0.9000 +# Quartet v1.0.1 ## Portability - Improved portability of C++ code. diff --git a/src/Quartet-init.c b/src/Quartet-init.c index 893f9f4d..7d5f27ce 100644 --- a/src/Quartet-init.c +++ b/src/Quartet-init.c @@ -1,5 +1,5 @@ #include -#include +#include /* for SEXP */ #include /* for NULL */ #include