xgboost
version_config.h
Go to the documentation of this file.
1 
4 #ifndef XGBOOST_VERSION_CONFIG_H_
5 #define XGBOOST_VERSION_CONFIG_H_
6 
7 #define XGBOOST_VER_MAJOR 2 /* NOLINT */
8 #define XGBOOST_VER_MINOR 1 /* NOLINT */
9 #define XGBOOST_VER_PATCH 0 /* NOLINT */
10 
11 #endif // XGBOOST_VERSION_CONFIG_H_