Skip to content

Commit 98a3428

Browse files
committed
release 0.12.7
1 parent 41b11e2 commit 98a3428

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
rcpp (0.12.7-1) unstable; urgency=medium
2+
3+
* New upstream release
4+
5+
-- Dirk Eddelbuettel <[email protected]> Sun, 04 Sep 2016 08:07:47 -0500
6+
17
rcpp (0.12.6-1) unstable; urgency=medium
28

39
* New upstream release

inst/include/Rcpp/config.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
#define RcppDevVersion(maj, min, rev, dev) (((maj)*1000000) + ((min)*10000) + ((rev)*100) + (dev))
2828

2929
// the currently released version
30-
#define RCPP_VERSION Rcpp_Version(0,12,6)
30+
#define RCPP_VERSION Rcpp_Version(0,12,7)
3131

3232
// the current source snapshot
33-
#define RCPP_DEV_VERSION RcppDevVersion(0,12,6,0)
33+
#define RCPP_DEV_VERSION RcppDevVersion(0,12,7,0)
3434

3535
#endif
3636

0 commit comments

Comments
 (0)