Skip to content

Commit 1e095d9

Browse files
committed
bump to 3.1.0-rc1
1 parent 2cdbda7 commit 1e095d9

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
@@ -28,7 +28,7 @@
2828

2929
#define EIGEN_WORLD_VERSION 3
3030
#define EIGEN_MAJOR_VERSION 0
31-
#define EIGEN_MINOR_VERSION 93
31+
#define EIGEN_MINOR_VERSION 94
3232

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

0 commit comments

Comments
 (0)