Skip to content

Commit 1ee1db6

Browse files
committed
Increment version number
1 parent cac8755 commit 1ee1db6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: cpp11
22
Title: A C++11 Interface for R's C Interface
3-
Version: 0.2.2.9000
3+
Version: 0.2.3
44
Authors@R:
55
c(person(given = "Jim",
66
family = "Hester",

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# cpp11 (development version)
1+
# cpp11 0.2.3
22

33
* `r_vector::const_iterator::operator*` is now a const method (#113, @bkietz, @xhochy)
44
* The preserve list is now stored in an XPtr, rather than an environment, to avoid issues when serializing the preserve environment, which happens implicitly when RStudio or RStudio Cloud saves all options when resuming a session (#116)

0 commit comments

Comments
 (0)