Skip to content

Commit b4d1c76

Browse files
committed
bump to 3.3-rc1
1 parent 6d47a8f commit b4d1c76

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 2
16-
#define EIGEN_MINOR_VERSION 93
16+
#define EIGEN_MINOR_VERSION 94
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)