Skip to content

Commit

Permalink
Revert "bump to 1.15.99 for merging to master"
Browse files Browse the repository at this point in the history
This reverts commit 47dc76f.
  • Loading branch information
TysonStanley committed Feb 2, 2024
1 parent 3231e60 commit 3bfe51e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
@@ -1,5 +1,5 @@
Package: data.table
Version: 1.15.99
Version: 1.15.0
Title: Extension of `data.frame`
Depends: R (>= 3.1.0)
Imports: methods
Expand Down
2 changes: 1 addition & 1 deletion src/init.c
Expand Up @@ -353,6 +353,6 @@ SEXP initLastUpdated(SEXP var) {

SEXP dllVersion(void) {
// .onLoad calls this and checks the same as packageVersion() to ensure no R/C version mismatch, #3056
return(ScalarString(mkChar("1.15.99")));
return(ScalarString(mkChar("1.15.0")));
}

0 comments on commit 3bfe51e

Please sign in to comment.