aboutsummaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2008-12-07 23:23:36 +0000
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2008-12-07 23:23:36 +0000
commitcb409914e01ef7b3b6d6279da43065ddf7070f46 (patch)
tree55e0a9e88e27b258be9f5ecd247842b775fe1012 /CMakeLists.txt
parent069ecbb4ab6104c0e04d5dafffa8cf750bdd82b0 (diff)
* call it beta2
* improvements in Matrix documentation * document copyCoeff and copyPacket even if it's hidden from doxygen
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 7856c15ea..06f8a3f9b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
project(Eigen)
-set(EIGEN_VERSION_NUMBER "2.0-beta1")
+set(EIGEN_VERSION_NUMBER "2.0-beta2")
#if the svnversion program is absent, this will leave the SVN_REVISION string empty,
#but won't stop CMake.