Skip to content

Commit 16979fa

Browse files
committed
roll minor version in config.h (to match DESCRIPTION)
1 parent 1e2cecf commit 16979fa

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

ChangeLog

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
* man/Rcpp-package.Rd: Idem
55
* man/RcppLdFlags.Rd: Idem
66
* inst/CITATION: Only use doi entries in three citEntry blocks
7+
2021-10-11 Dirk Eddelbuettel <[email protected]>
8+
9+
* DESCRIPTION (Version, Date): Roll minor version
10+
* inst/include/Rcpp/config.h: Idem
11+
712
2021-10-10 Travers Ching
813

914
* Added `signature` attribute to attributes.cpp

inst/include/Rcpp/config.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#define RCPP_VERSION_STRING "1.0.7"
3131

3232
// the current source snapshot (using four components, if a fifth is used in DESCRIPTION we ignore it)
33-
#define RCPP_DEV_VERSION RcppDevVersion(1,0,7,3)
34-
#define RCPP_DEV_VERSION_STRING "1.0.7.3"
33+
#define RCPP_DEV_VERSION RcppDevVersion(1,0,7,4)
34+
#define RCPP_DEV_VERSION_STRING "1.0.7.4"
3535

3636
#endif

0 commit comments

Comments
 (0)