diff --git a/wpimath/src/main/native/thirdparty/eigen/include/Eigen/Version b/wpimath/src/main/native/thirdparty/eigen/include/Eigen/Version index de4a594adc..db0f3bf2aa 100644 --- a/wpimath/src/main/native/thirdparty/eigen/include/Eigen/Version +++ b/wpimath/src/main/native/thirdparty/eigen/include/Eigen/Version @@ -7,8 +7,8 @@ #define EIGEN_MAJOR_VERSION 5 #define EIGEN_MINOR_VERSION 0 #define EIGEN_PATCH_VERSION 0 -#define EIGEN_PRERELEASE_VERSION "dev" -#define EIGEN_BUILD_VERSION "master" -#define EIGEN_VERSION_STRING "5.0.0-dev+master" +#define EIGEN_PRERELEASE_VERSION +#define EIGEN_BUILD_VERSION +#define EIGEN_VERSION_STRING "5.0.0" #endif // EIGEN_VERSION_H