From a0f6aa65ee32e10a1298bf9890822e0543568aba Mon Sep 17 00:00:00 2001 From: Davis Vaughan Date: Fri, 13 Oct 2023 09:09:50 -0400 Subject: [PATCH] Increment version number to 0.6.4.9000 --- DESCRIPTION | 2 +- NEWS.md | 2 ++ src/version.c | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 153b7339f..b97311513 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: vctrs Title: Vector Helpers -Version: 0.6.4 +Version: 0.6.4.9000 Authors@R: c( person("Hadley", "Wickham", , "hadley@posit.co", role = "aut"), person("Lionel", "Henry", , "lionel@posit.co", role = "aut"), diff --git a/NEWS.md b/NEWS.md index a9e0972e3..b68964db0 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,5 @@ +# vctrs (development version) + # vctrs 0.6.4 * Fixed a performance issue with `vec_c()` and ALTREP vectors (in particular, diff --git a/src/version.c b/src/version.c index 0a0a80bdd..6580b4cdd 100644 --- a/src/version.c +++ b/src/version.c @@ -1,7 +1,7 @@ #define R_NO_REMAP #include -const char* vctrs_version = "0.6.4"; +const char* vctrs_version = "0.6.4.9000"; /** * This file records the expected package version in the shared