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

@@ -4,8 +4,8 @@
#ifndef XGBOOST_VERSION_CONFIG_H_
#define XGBOOST_VERSION_CONFIG_H_
#define XGBOOST_VER_MAJOR 1
#define XGBOOST_VER_MINOR 7
#define XGBOOST_VER_MAJOR 2
#define XGBOOST_VER_MINOR 0
#define XGBOOST_VER_PATCH 0
#endif // XGBOOST_VERSION_CONFIG_H_