12 lines
288 B
C
12 lines
288 B
C
/**
|
|
* Copyright 2019-2023 by XGBoost contributors
|
|
*/
|
|
#ifndef XGBOOST_VERSION_CONFIG_H_
|
|
#define XGBOOST_VERSION_CONFIG_H_
|
|
|
|
#define XGBOOST_VER_MAJOR 2 /* NOLINT */
|
|
#define XGBOOST_VER_MINOR 0 /* NOLINT */
|
|
#define XGBOOST_VER_PATCH 0 /* NOLINT */
|
|
|
|
#endif // XGBOOST_VERSION_CONFIG_H_
|