aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2016-11-10 13:55:14 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2016-11-10 13:55:14 +0100
commiteeac81b8c067763e811d1dd7f19fe91640834f82 (patch)
tree7e50fdeb2107f7593ea1fb4253a10e2ff7038bb3 /Eigen
parente80bc2ddb07a0f8884685e3a8dbc7149a5a39dc4 (diff)
bump to 3.3.0
Diffstat (limited to 'Eigen')
-rw-r--r--Eigen/src/Core/util/Macros.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Eigen/src/Core/util/Macros.h b/Eigen/src/Core/util/Macros.h
index 89b796040..d577fd70d 100644
--- a/Eigen/src/Core/util/Macros.h
+++ b/Eigen/src/Core/util/Macros.h
@@ -12,8 +12,8 @@
#define EIGEN_MACROS_H
#define EIGEN_WORLD_VERSION 3
-#define EIGEN_MAJOR_VERSION 2
-#define EIGEN_MINOR_VERSION 95
+#define EIGEN_MAJOR_VERSION 3
+#define EIGEN_MINOR_VERSION 0
#define EIGEN_VERSION_AT_LEAST(x,y,z) (EIGEN_WORLD_VERSION>x || (EIGEN_WORLD_VERSION>=x && \
(EIGEN_MAJOR_VERSION>y || (EIGEN_MAJOR_VERSION>=y && \