Skip to content

Commit b0d669e

Browse files
committed
bump dev version (to match DESCRIPTION)
1 parent e664a76 commit b0d669e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2018-06-07 Kevin Ushey <[email protected]>
2+
3+
* inst/include/Rcpp/config.h: bump dev version
4+
15
2018-06-06 Kevin Ushey <[email protected]>
26

37
* inst/include/Rcpp/RNGScope.h: Allow suspension of RNG synchronization

inst/include/Rcpp/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@
3030
#define RCPP_VERSION Rcpp_Version(0,12,17)
3131

3232
// the current source snapshot
33-
#define RCPP_DEV_VERSION RcppDevVersion(0,12,17,0)
33+
#define RCPP_DEV_VERSION RcppDevVersion(0,12,17,1)
3434

3535
#endif

0 commit comments

Comments
 (0)