From aa8b22e776101a8efdd83e62d73be10ebc8c41f2 Mon Sep 17 00:00:00 2001 From: David Tellenbach Date: Wed, 17 Feb 2021 23:23:17 +0100 Subject: Bump to 3.4.99 --- Eigen/src/Core/util/Macros.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Eigen/src/Core/util') diff --git a/Eigen/src/Core/util/Macros.h b/Eigen/src/Core/util/Macros.h index fb7a144a5..0c2882589 100644 --- a/Eigen/src/Core/util/Macros.h +++ b/Eigen/src/Core/util/Macros.h @@ -16,8 +16,8 @@ //------------------------------------------------------------------------------------------ #define EIGEN_WORLD_VERSION 3 -#define EIGEN_MAJOR_VERSION 3 -#define EIGEN_MINOR_VERSION 90 +#define EIGEN_MAJOR_VERSION 4 +#define EIGEN_MINOR_VERSION 99 #define EIGEN_VERSION_AT_LEAST(x,y,z) (EIGEN_WORLD_VERSION>x || (EIGEN_WORLD_VERSION>=x && \ (EIGEN_MAJOR_VERSION>y || (EIGEN_MAJOR_VERSION>=y && \ -- cgit v1.2.3