diff options
author | Gael Guennebaud <g.gael@free.fr> | 2016-09-22 22:37:39 +0200 |
---|---|---|
committer | Gael Guennebaud <g.gael@free.fr> | 2016-09-22 22:37:39 +0200 |
commit | 77e27fbeee7acb289d7df809fc09a8cc8ee94eb7 (patch) | |
tree | b2dfed7f847845cf1dc70a68491f23fb59fe4e0f /Eigen/src/Core/util/Macros.h | |
parent | 2ada122bc68c03452ec2245d76609a117ec5272b (diff) |
bump to 3.3-rc1
Diffstat (limited to 'Eigen/src/Core/util/Macros.h')
-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 c1049f7b2..d65f92532 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 2 -#define EIGEN_MINOR_VERSION 93 +#define EIGEN_MINOR_VERSION 94 #define EIGEN_VERSION_AT_LEAST(x,y,z) (EIGEN_WORLD_VERSION>x || (EIGEN_WORLD_VERSION>=x && \ (EIGEN_MAJOR_VERSION>y || (EIGEN_MAJOR_VERSION>=y && \ |