aboutsummaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2009-02-02 17:15:01 +0000
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2009-02-02 17:15:01 +0000
commitbc9a276b78e05847068e5e288934927338089e32 (patch)
tree3af25381ff53b76aa99f6e932b7d4722918c2925 /CMakeLists.txt
parent61e45ed500452c807924f2373b9d5442fa3d7c3a (diff)
call it "Eigen 2.0.50-unstable" to make things clear, and update EIGEN_MINOR_VERSION to 50
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4c3434cf8..a88a5eb6a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
project(Eigen)
-set(EIGEN_VERSION_NUMBER "2.0-rc1")
+set(EIGEN_VERSION_NUMBER "2.0.50-unstable")
#if the svnversion program is absent, this will leave the SVN_REVISION string empty,
#but won't stop CMake.