We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4719c46 commit 03a96baCopy full SHA for 03a96ba
inst/include/Rcpp/config.h
@@ -2,7 +2,7 @@
2
//
3
// config.h: Rcpp R/C++ interface class library -- Rcpp configuration
4
5
-// Copyright (C) 2010 - 2014 Dirk Eddelbuettel and Romain Francois
+// Copyright (C) 2010 - 2015 Dirk Eddelbuettel and Romain Francois
6
7
// This file is part of Rcpp.
8
@@ -30,7 +30,7 @@
30
#define RCPP_VERSION Rcpp_Version(0,11,4)
31
32
// the current source snapshot
33
-#define RCPP_DEV_VERSION RcppDevVersion(0,11,4,0)
+#define RCPP_DEV_VERSION RcppDevVersion(0,11,4,8)
34
35
#endif
36
0 commit comments