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 bb9faf6 commit 0391620Copy full SHA for 0391620
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
@@ -371,6 +371,6 @@ SEXP initLastUpdated(SEXP var) {
371
372
SEXP dllVersion(void) {
373
// .onLoad calls this and checks the same as packageVersion() to ensure no R/C version mismatch, #3056
374
- return(ScalarString(mkChar("1.16.99")));
+ return(ScalarString(mkChar("1.17.99")));
375
}
376
0 commit comments