We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b3a081 commit 5bab86dCopy full SHA for 5bab86d
DESCRIPTION
@@ -1,5 +1,5 @@
1
Package: data.table
2
-Version: 1.16.99
+Version: 1.17.99
3
Title: Extension of `data.frame`
4
Depends: R (>= 3.3.0)
5
Imports: methods
src/init.c
@@ -372,6 +372,6 @@ SEXP initLastUpdated(SEXP var) {
372
373
SEXP dllVersion(void) {
374
// .onLoad calls this and checks the same as packageVersion() to ensure no R/C version mismatch, #3056
375
- return(ScalarString(mkChar("1.16.99")));
+ return(ScalarString(mkChar("1.17.99")));
376
}
377
0 commit comments