aboutsummaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2009-01-12 16:14:13 +0000
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2009-01-12 16:14:13 +0000
commit24fd14dab62b66a1762ce72bbb117df3726edf1d (patch)
tree7657c3fd08edeb1f1986ec36350d928b70c0053a /CMakeLists.txt
parent4d44ca226e1b2b0696b382d34e913e701bc85eaf (diff)
* minor dox tweaks
* pretext to bump to beta6
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 41d30c1c5..dd74b7674 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
project(Eigen)
-set(EIGEN_VERSION_NUMBER "2.0-beta5")
+set(EIGEN_VERSION_NUMBER "2.0-beta6")
#if the svnversion program is absent, this will leave the SVN_REVISION string empty,
#but won't stop CMake.