Skip to content

Commit 5bab86d

Browse files
committed
Minimal set of changes to permit master to be 1.17.99
1 parent 4b3a081 commit 5bab86d

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
@@ -372,6 +372,6 @@ SEXP initLastUpdated(SEXP var) {
372372

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

0 commit comments

Comments
 (0)