Skip to content

Commit efcd11a

Browse files
committed
cran release version bump
1 parent 0c19f13 commit efcd11a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.15.99
2+
Version: 1.16.0
33
Title: Extension of `data.frame`
44
Depends: R (>= 3.3.0)
55
Imports: methods

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
**If you are viewing this file on CRAN, please check [latest news on GitHub](https://github.com/Rdatatable/data.table/blob/master/NEWS.md) where the formatting is also better.**
22

3-
# data.table [v1.15.99](https://github.com/Rdatatable/data.table/milestone/30) (in development)
3+
# data.table [v1.6.0](https://github.com/Rdatatable/data.table/milestone/30) (25 August 2024)
44

55
## BREAKING CHANGES
66

src/init.c

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

370370
SEXP dllVersion(void) {
371371
// .onLoad calls this and checks the same as packageVersion() to ensure no R/C version mismatch, #3056
372-
return(ScalarString(mkChar("1.15.99")));
372+
return(ScalarString(mkChar("1.16.0")));
373373
}
374374

0 commit comments

Comments
 (0)