aboutsummaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2009-01-05 19:00:10 +0000
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2009-01-05 19:00:10 +0000
commit10f9478f35839ab2ce933dc2feb26c129e12590f (patch)
tree11242674e119e6ad27163a08f35db46890df3571 /CMakeLists.txt
parent9c8a653c0b47e6c2b19f79f3e81d576a6040f673 (diff)
release beta5, fix a doc typo
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 ee3fc99ed..df050b4bd 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
project(Eigen)
-set(EIGEN_VERSION_NUMBER "2.0-beta4")
+set(EIGEN_VERSION_NUMBER "2.0-beta5")
#if the svnversion program is absent, this will leave the SVN_REVISION string empty,
#but won't stop CMake.