* call it beta2

* improvements in Matrix documentation
* document copyCoeff and copyPacket even if it's hidden from doxygen
This commit is contained in:
Benoit Jacob
2008-12-07 23:23:36 +00:00
parent 069ecbb4ab
commit cb409914e0
3 changed files with 77 additions and 40 deletions

View File

@@ -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.