[Rcpp-commits] r4121 - pkg/Rcpp/inst/include/Rcpp
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun Dec 9 16:44:02 CET 2012
Author: romain
Date: 2012-12-09 16:44:02 +0100 (Sun, 09 Dec 2012)
New Revision: 4121
Modified:
pkg/Rcpp/inst/include/Rcpp/config.h
Log:
upping version number
Modified: pkg/Rcpp/inst/include/Rcpp/config.h
===================================================================
--- pkg/Rcpp/inst/include/Rcpp/config.h 2012-12-09 15:40:50 UTC (rev 4120)
+++ pkg/Rcpp/inst/include/Rcpp/config.h 2012-12-09 15:44:02 UTC (rev 4121)
@@ -35,7 +35,8 @@
#endif
#define Rcpp_Version(v,p,s) (((v) * 65536) + ((p) * 256) + (s))
-#define RCPP_VERSION Rcpp_Version(0,10,1)
+
+#define RCPP_VERSION Rcpp_Version(0,10,2)
#endif
More information about the Rcpp-commits
mailing list