Skip to content

Commit dde02fc

Browse files
committed
bump to 3.3.4
1 parent 95a79d7 commit dde02fc

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 3
16-
#define EIGEN_MINOR_VERSION 3
16+
#define EIGEN_MINOR_VERSION 4
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)