12 lines
238 B
C
12 lines
238 B
C
/*!
|
|
* Copyright 2019 XGBoost contributors
|
|
*/
|
|
#ifndef XGBOOST_VERSION_CONFIG_H_
|
|
#define XGBOOST_VERSION_CONFIG_H_
|
|
|
|
#define XGBOOST_VER_MAJOR 1
|
|
#define XGBOOST_VER_MINOR 7
|
|
#define XGBOOST_VER_PATCH 1
|
|
|
|
#endif // XGBOOST_VERSION_CONFIG_H_
|