Skip to content

Commit a0f6aa6

Browse files
committed
Increment version number to 0.6.4.9000
1 parent 47a1a7f commit a0f6aa6

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: vctrs
22
Title: Vector Helpers
3-
Version: 0.6.4
3+
Version: 0.6.4.9000
44
Authors@R: c(
55
person("Hadley", "Wickham", , "[email protected]", role = "aut"),
66
person("Lionel", "Henry", , "[email protected]", role = "aut"),

NEWS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# vctrs (development version)
2+
13
# vctrs 0.6.4
24

35
* Fixed a performance issue with `vec_c()` and ALTREP vectors (in particular,

src/version.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#define R_NO_REMAP
22
#include <Rinternals.h>
33

4-
const char* vctrs_version = "0.6.4";
4+
const char* vctrs_version = "0.6.4.9000";
55

66
/**
77
* This file records the expected package version in the shared

0 commit comments

Comments
 (0)