Skip to content

Commit 558fcca

Browse files
committed
1.14.1 => 1.14.3
1 parent fd4b239 commit 558fcca

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.14.1
2+
Version: 1.14.3
33
Title: Extension of `data.frame`
44
Authors@R: c(
55
person("Matt","Dowle", role=c("aut","cre"), email="[email protected]"),

src/init.c

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

426426
SEXP dllVersion() {
427427
// .onLoad calls this and checks the same as packageVersion() to ensure no R/C version mismatch, #3056
428-
return(ScalarString(mkChar("1.14.1")));
428+
return(ScalarString(mkChar("1.14.3")));
429429
}
430430

0 commit comments

Comments
 (0)