Skip to content

Commit e81ac45

Browse files
committed
bump to 3.2-beta1 (3.1.91)
1 parent 85d96a9 commit e81ac45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Eigen/src/Core/util/Macros.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
#define EIGEN_WORLD_VERSION 3
1515
#define EIGEN_MAJOR_VERSION 1
16-
#define EIGEN_MINOR_VERSION 90
16+
#define EIGEN_MINOR_VERSION 91
1717

1818
#define EIGEN_VERSION_AT_LEAST(x,y,z) (EIGEN_WORLD_VERSION>x || (EIGEN_WORLD_VERSION>=x && \
1919
(EIGEN_MAJOR_VERSION>y || (EIGEN_MAJOR_VERSION>=y && \

0 commit comments

Comments
 (0)