Skip to content

Commit ca82a84

Browse files
committed
roll minor version and date
minor cosmetics to changelog and news
1 parent 5aa0721 commit ca82a84

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

ChangeLog

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
2016-07-18 Kevin Ushey <kevin@rstudio.com>
1+
2016-07-21 Dirk Eddelbuettel <edd@debian.org>
2+
3+
* DESCRIPTION (Version): Roll minor release
24

3-
* inst/NEWS.rd: NEWS entry for NORET macro def'n
4-
* inst/include/Rcpp/r/headers.h: Ensure NORET macro set appropriately
5+
2016-07-18 Kevin Ushey <kevin@rstudio.com>
56

7+
* inst/include/Rcpp/r/headers.h: Ensure NORET macro is set appropriately
68

79
2016-07-18 Dirk Eddelbuettel <edd@debian.org>
810

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.6
4-
Date: 2016-07-18
3+
Version: 0.12.6.1
4+
Date: 2016-07-21
55
Author: Dirk Eddelbuettel, Romain Francois, JJ Allaire, Kevin Ushey,
66
Qiang Kou, Douglas Bates and John Chambers
77
Maintainer: Dirk Eddelbuettel <edd@debian.org>

inst/NEWS.Rd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
\itemize{
88
\item Changes in Rcpp API:
99
\itemize{
10-
\item Rcpp now ensures the \code{NORET} macro is defined, if it is not
11-
already defined by R. (addressing issue \ghit{512})
10+
\item The \code{NORET} macro is now defined if it was not already defined
11+
by R (Kevin fixing issue \ghit{512}).
1212
}
1313
}
1414
}

0 commit comments

Comments
 (0)