Skip to content

Commit 0391620

Browse files
committed
Minimal set of changes to permit master to be 1.17.99
1 parent bb9faf6 commit 0391620

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,5 +1,5 @@
11
Package: data.table
2-
Version: 1.16.99
2+
Version: 1.17.99
33
Title: Extension of `data.frame`
44
Depends: R (>= 3.3.0)
55
Imports: methods

src/init.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,6 @@ SEXP initLastUpdated(SEXP var) {
371371

372372
SEXP dllVersion(void) {
373373
// .onLoad calls this and checks the same as packageVersion() to ensure no R/C version mismatch, #3056
374-
return(ScalarString(mkChar("1.16.99")));
374+
return(ScalarString(mkChar("1.17.99")));
375375
}
376376

0 commit comments

Comments
 (0)