Skip to content

Commit 5d7cfc4

Browse files
bump this up so that packages can test for it
1 parent ee78ef9 commit 5d7cfc4

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
@@ -24,7 +24,7 @@
2424

2525
#define Rcpp_Version(v,p,s) (((v) * 65536) + ((p) * 256) + (s))
2626

27-
#define RCPP_VERSION Rcpp_Version(0,11,3)
27+
#define RCPP_VERSION Rcpp_Version(0,11,4)
2828

2929
#endif
3030

0 commit comments

Comments
 (0)