Mark next release as 1.7 instead of 2.0 (#8281)
This commit is contained in:
@@ -453,7 +453,7 @@ XGB_DLL int XGQuantileDMatrixCreateFromCallback(DataIterHandle iter, DMatrixHand
|
||||
|
||||
/*!
|
||||
* \brief Create a Device Quantile DMatrix with data iterator.
|
||||
* \deprecated since 2.0
|
||||
* \deprecated since 1.7.0
|
||||
* \see XGQuantileDMatrixCreateFromCallback()
|
||||
*/
|
||||
XGB_DLL int XGDeviceQuantileDMatrixCreateFromCallback(DataIterHandle iter, DMatrixHandle proxy,
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
#ifndef XGBOOST_VERSION_CONFIG_H_
|
||||
#define XGBOOST_VERSION_CONFIG_H_
|
||||
|
||||
#define XGBOOST_VER_MAJOR 2
|
||||
#define XGBOOST_VER_MINOR 0
|
||||
#define XGBOOST_VER_MAJOR 1
|
||||
#define XGBOOST_VER_MINOR 7
|
||||
#define XGBOOST_VER_PATCH 0
|
||||
|
||||
#endif // XGBOOST_VERSION_CONFIG_H_
|
||||
|
||||
Reference in New Issue
Block a user