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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sat Apr 2 23:12:30 CEST 2011


Author: edd
Date: 2011-04-02 23:12:29 +0200 (Sat, 02 Apr 2011)
New Revision: 2938

Modified:
   pkg/Rcpp/ChangeLog
   pkg/Rcpp/DESCRIPTION
   pkg/Rcpp/debian/changelog
   pkg/Rcpp/debian/control
   pkg/Rcpp/inst/NEWS
   pkg/Rcpp/inst/include/Rcpp/config.h
Log:
Release 0.9.3


Modified: pkg/Rcpp/ChangeLog
===================================================================
--- pkg/Rcpp/ChangeLog	2011-04-02 20:54:32 UTC (rev 2937)
+++ pkg/Rcpp/ChangeLog	2011-04-02 21:12:29 UTC (rev 2938)
@@ -1,5 +1,12 @@
 2011-04-02  Dirk Eddelbuettel  <edd at debian.org>
 
+        * DESCRIPTION: Release 0.9.3
+        * inst/NEWS: Release 0.9.3
+        * inst/include/Rcpp/config.h: Release 0.9.3
+        * debian/*: Similarly updated for new release to Debian
+
+	* cleanup: Also clean in inst/unitTest/testRcppModule/src/
+
 	* inst/include/RcppCommon.h: Define new variable for g++ < 4.6.0
 	* src/exceptions.cpp: Include <exception_defines.h> up to g++-4.5 only
 

Modified: pkg/Rcpp/DESCRIPTION
===================================================================
--- pkg/Rcpp/DESCRIPTION	2011-04-02 20:54:32 UTC (rev 2937)
+++ pkg/Rcpp/DESCRIPTION	2011-04-02 21:12:29 UTC (rev 2938)
@@ -1,6 +1,6 @@
 Package: Rcpp
 Title: Seamless R and C++ Integration
-Version: 0.9.2.2
+Version: 0.9.3
 Date: $Date$
 Author: Dirk Eddelbuettel and Romain Francois, 
  with contributions by Douglas Bates and John Chambers

Modified: pkg/Rcpp/debian/changelog
===================================================================
--- pkg/Rcpp/debian/changelog	2011-04-02 20:54:32 UTC (rev 2937)
+++ pkg/Rcpp/debian/changelog	2011-04-02 21:12:29 UTC (rev 2938)
@@ -1,3 +1,9 @@
+rcpp (0.9.3-1) unstable; urgency=low
+
+  * New release
+
+ -- Dirk Eddelbuettel <edd at debian.org>  Sat, 02 Apr 2011 15:35:13 -0500
+
 rcpp (0.9.2-1) unstable; urgency=low
 
   * New release

Modified: pkg/Rcpp/debian/control
===================================================================
--- pkg/Rcpp/debian/control	2011-04-02 20:54:32 UTC (rev 2937)
+++ pkg/Rcpp/debian/control	2011-04-02 21:12:29 UTC (rev 2938)
@@ -36,7 +36,7 @@
  to use than the equivalent low-level loop code. The "Rcpp-sugar" vignette
  gives an overview of the feature.
  .
- Several examples are included, and 745 unit tests in 328 unit test functions
+ Several examples are included, and 753 unit tests in 335 unit test functions
  provide additional usage examples.
  .
  An earlier version of Rcpp, containing what we now call the 'classic Rcpp

Modified: pkg/Rcpp/inst/NEWS
===================================================================
--- pkg/Rcpp/inst/NEWS	2011-04-02 20:54:32 UTC (rev 2937)
+++ pkg/Rcpp/inst/NEWS	2011-04-02 21:12:29 UTC (rev 2938)
@@ -1,4 +1,4 @@
-0.9.3   2011-xx-yy
+0.9.3   2011-04-02
 
     o   Exceptions code include exception_defines.h only when g++ is 4.5 or
         younger as the file no longer exists with g++-4.6

Modified: pkg/Rcpp/inst/include/Rcpp/config.h
===================================================================
--- pkg/Rcpp/inst/include/Rcpp/config.h	2011-04-02 20:54:32 UTC (rev 2937)
+++ pkg/Rcpp/inst/include/Rcpp/config.h	2011-04-02 21:12:29 UTC (rev 2938)
@@ -27,7 +27,7 @@
 #endif
 
 #define Rcpp_Version(v,p,s) (((v) * 65536) + ((p) * 256) + (s))
-#define RCPP_VERSION Rcpp_Version(0,9,2)
+#define RCPP_VERSION Rcpp_Version(0,9,3)
 
 #endif
 



More information about the Rcpp-commits mailing list