Skip to content

Commit e3e413a

Browse files
committed
bump to 3.3.0
1 parent 57c8dda commit e3e413a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Eigen/src/Core/util/Macros.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
#define EIGEN_MACROS_H
1313

1414
#define EIGEN_WORLD_VERSION 3
15-
#define EIGEN_MAJOR_VERSION 2
16-
#define EIGEN_MINOR_VERSION 95
15+
#define EIGEN_MAJOR_VERSION 3
16+
#define EIGEN_MINOR_VERSION 0
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)