Skip to content

Commit 03a96ba

Browse files
committed
sync dev version macro with current (dev) release version 0.11.4.8
1 parent 4719c46 commit 03a96ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

inst/include/Rcpp/config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// config.h: Rcpp R/C++ interface class library -- Rcpp configuration
44
//
5-
// Copyright (C) 2010 - 2014 Dirk Eddelbuettel and Romain Francois
5+
// Copyright (C) 2010 - 2015 Dirk Eddelbuettel and Romain Francois
66
//
77
// This file is part of Rcpp.
88
//
@@ -30,7 +30,7 @@
3030
#define RCPP_VERSION Rcpp_Version(0,11,4)
3131

3232
// the current source snapshot
33-
#define RCPP_DEV_VERSION RcppDevVersion(0,11,4,0)
33+
#define RCPP_DEV_VERSION RcppDevVersion(0,11,4,8)
3434

3535
#endif
3636

0 commit comments

Comments
 (0)