[Rcpp-commits] r2668 - pkg/Rcpp/inst/include/Rcpp
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Dec 2 12:48:13 CET 2010
Author: romain
Date: 2010-12-02 12:48:13 +0100 (Thu, 02 Dec 2010)
New Revision: 2668
Modified:
pkg/Rcpp/inst/include/Rcpp/config.h
Log:
update Rcpp version
Modified: pkg/Rcpp/inst/include/Rcpp/config.h
===================================================================
--- pkg/Rcpp/inst/include/Rcpp/config.h 2010-12-02 11:47:23 UTC (rev 2667)
+++ pkg/Rcpp/inst/include/Rcpp/config.h 2010-12-02 11:48:13 UTC (rev 2668)
@@ -27,7 +27,7 @@
#endif
#define Rcpp_Version(v,p,s) (((v) * 65536) + ((p) * 256) + (s))
-#define RCPP_VERSION Rcpp_Version(0,8,9)
+#define RCPP_VERSION Rcpp_Version(0,8,10)
#endif
More information about the Rcpp-commits
mailing list