Skip to content

Commit 8715b35

Browse files
committed
roll minor version, update dispatch.h header
1 parent 769ab8c commit 8715b35

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: Rcpp
22
Title: Seamless R and C++ Integration
3-
Version: 0.12.7.3
4-
Date: 2016-10-20
3+
Version: 0.12.7.5
4+
Date: 2016-10-25
55
Author: Dirk Eddelbuettel, Romain Francois [2009-2013], JJ Allaire, Kevin Ushey,
66
Qiang Kou, Douglas Bates [2010-2012] and John Chambers
77
Maintainer: Dirk Eddelbuettel <[email protected]>

inst/include/Rcpp/macros/dispatch.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
//
33
// dispatch.h: Rcpp R/C++ interface class library -- macros for dispatch
44
//
5-
// Copyright (C) 2012 Dirk Eddelbuettel and Romain Francois
5+
// Copyright (C) 2012 - 2016 Dirk Eddelbuettel and Romain Francois
6+
// Copyright (C) 2016 Dirk Eddelbuettel, Romain Francois and Artem Klevtsov
67
//
78
// This file is part of Rcpp.
89
//

0 commit comments

Comments
 (0)