Skip to content

Commit 8e8ffea

Browse files
committed
also update config.h
1 parent 88efd76 commit 8e8ffea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

inst/include/Rcpp/config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#define RCPP_VERSION_STRING "1.0.3"
3131

3232
// the current source snapshot
33-
#define RCPP_DEV_VERSION RcppDevVersion(1,0,3,3)
34-
#define RCPP_DEV_VERSION_STRING "1.0.3.3"
33+
#define RCPP_DEV_VERSION RcppDevVersion(1,0,3,4)
34+
#define RCPP_DEV_VERSION_STRING "1.0.3.4"
3535

3636
#endif

0 commit comments

Comments
 (0)