Skip to content

Commit a41a048

Browse files
committed
bump version number
--HG-- branch : 3.1
1 parent dd0eb23 commit a41a048

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 0
16+
#define EIGEN_MINOR_VERSION 1
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)