[Rcpp-commits] r2848 - in pkg/Rcpp: . inst/include/Rcpp

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sat Jan 8 02:35:43 CET 2011


Author: edd
Date: 2011-01-08 02:35:42 +0100 (Sat, 08 Jan 2011)
New Revision: 2848

Modified:
   pkg/Rcpp/ChangeLog
   pkg/Rcpp/inst/include/Rcpp/config.h
Log:
set Rcpp_Version to 0.9.0. Oops.


Modified: pkg/Rcpp/ChangeLog
===================================================================
--- pkg/Rcpp/ChangeLog	2011-01-07 13:06:59 UTC (rev 2847)
+++ pkg/Rcpp/ChangeLog	2011-01-08 01:35:42 UTC (rev 2848)
@@ -1,6 +1,10 @@
+2011-01-07  Dirk Eddelbuettel  <edd at debian.org>
+
+	* inst/include/Rcpp/config.h (RCPP_VERSION): Set to 0.9.0, at last.
+
 2011-01-06  Douglas Bates  <bates at stat.wisc.edu>
 
-	* R/zzz.R (.onLoad): Don't call init_Rcpp_cache here. 
+	* R/zzz.R (.onLoad): Don't call init_Rcpp_cache here.
 
 	* src/Rcpp_init.c: Don't register init_Rcpp_cache.  It should only
 	be called once and it is called in the C function R_init_Rcpp.

Modified: pkg/Rcpp/inst/include/Rcpp/config.h
===================================================================
--- pkg/Rcpp/inst/include/Rcpp/config.h	2011-01-07 13:06:59 UTC (rev 2847)
+++ pkg/Rcpp/inst/include/Rcpp/config.h	2011-01-08 01:35:42 UTC (rev 2848)
@@ -27,7 +27,7 @@
 #endif
 
 #define Rcpp_Version(v,p,s) (((v) * 65536) + ((p) * 256) + (s))
-#define RCPP_VERSION Rcpp_Version(0,8,10)
+#define RCPP_VERSION Rcpp_Version(0,9,0)
 
 #endif
 



More information about the Rcpp-commits mailing list