diff options
author | Gael Guennebaud <g.gael@free.fr> | 2013-03-07 08:49:10 +0100 |
---|---|---|
committer | Gael Guennebaud <g.gael@free.fr> | 2013-03-07 08:49:10 +0100 |
commit | 22385920621ed00e32e557f831ae18bbd59bb8e3 (patch) | |
tree | 535f6420b00071269a1610ab9d60ca3179f045d6 /Eigen | |
parent | 4fdae4dda9776d6049b8b0d4cbef89bf543610e5 (diff) |
bump to 3.2-beta1 (3.1.91)
Diffstat (limited to 'Eigen')
-rw-r--r-- | Eigen/src/Core/util/Macros.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Eigen/src/Core/util/Macros.h b/Eigen/src/Core/util/Macros.h index 933a34c9d..2368c896f 100644 --- a/Eigen/src/Core/util/Macros.h +++ b/Eigen/src/Core/util/Macros.h @@ -13,7 +13,7 @@ #define EIGEN_WORLD_VERSION 3 #define EIGEN_MAJOR_VERSION 1 -#define EIGEN_MINOR_VERSION 90 +#define EIGEN_MINOR_VERSION 91 #define EIGEN_VERSION_AT_LEAST(x,y,z) (EIGEN_WORLD_VERSION>x || (EIGEN_WORLD_VERSION>=x && \ (EIGEN_MAJOR_VERSION>y || (EIGEN_MAJOR_VERSION>=y && \ |