Skip to content

Commit 84bfb51

Browse files
committed
update for CRAN release
1 parent 9a34054 commit 84bfb51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.2](https://github.com/Rdatatable/data.table/milestone/32)
3+
# data.table [v1.15.2](https://github.com/Rdatatable/data.table/milestone/32) (27 Feb 2024)
44

55
## BUG FIXES
66

src/init.c

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

354354
SEXP dllVersion(void) {
355355
// .onLoad calls this and checks the same as packageVersion() to ensure no R/C version mismatch, #3056
356-
return(ScalarString(mkChar("1.15.0")));
356+
return(ScalarString(mkChar("1.15.2")));
357357
}
358358

0 commit comments

Comments
 (0)