Skip to content

Commit

Permalink
bump to 2.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
ggael committed May 28, 2011
1 parent f6e6ade commit 3275e98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -7,7 +7,7 @@ set(INCLUDE_INSTALL_DIR
"The directory where we install the header files"
FORCE)

set(EIGEN_VERSION_NUMBER "2.0.15")
set(EIGEN_VERSION_NUMBER "2.0.16")
set(EIGEN_VERSION "${EIGEN_VERSION_NUMBER}")

set(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake)
Expand Down
2 changes: 1 addition & 1 deletion Eigen/src/Core/util/Macros.h
Expand Up @@ -30,7 +30,7 @@

#define EIGEN_WORLD_VERSION 2
#define EIGEN_MAJOR_VERSION 0
#define EIGEN_MINOR_VERSION 15
#define EIGEN_MINOR_VERSION 16

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

0 comments on commit 3275e98

Please sign in to comment.