Skip to content

Commit 94cea16

Browse files
committed
Increment version number to 0.7.1.9000
1 parent eea0f70 commit 94cea16

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.7.1
3+
Version: 0.7.1.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.7.1
24

35
* Fixed some protection issues discovered by rchk.

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.7.1";
4+
const char* vctrs_version = "0.7.1.9000";
55

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

0 commit comments

Comments
 (0)