Bump development version to 2.0. (#8390)

This commit is contained in:
Jiaming Yuan
2022-10-28 15:21:19 +08:00
committed by GitHub
parent ae27e228c4
commit f73520bfff
13 changed files with 1206 additions and 649 deletions

View File

@@ -1,7 +1,7 @@
Package: xgboost
Type: Package
Title: Extreme Gradient Boosting
Version: 1.7.0.1
Version: 2.0.0.1
Date: 2022-10-18
Authors@R: c(
person("Tianqi", "Chen", role = c("aut"),

1811
R-package/configure vendored

File diff suppressed because it is too large Load Diff

View File

@@ -2,7 +2,7 @@
AC_PREREQ(2.69)
AC_INIT([xgboost],[1.7.0],[],[xgboost],[])
AC_INIT([xgboost],[2.0.0],[],[xgboost],[])
# Use this line to set CC variable to a C compiler
AC_PROG_CC