Skip to content

Commit 9152417

Browse files
committed
correctly set 1.0.7.5 twice in header
1 parent 63aa97a commit 9152417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/include/Rcpp/config.h

Lines changed: 1 addition & 1 deletion
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,4)
33+
#define RCPP_DEV_VERSION RcppDevVersion(1,0,7,5)
3434
#define RCPP_DEV_VERSION_STRING "1.0.7.5"
3535

3636
#endif

0 commit comments

Comments
 (0)