* fix the binary bloat issue, Rohit's idea was the good one

* a few dox fixes (alloc routines do return 0 on error) and forgot to update version number in CMakeLists
This commit is contained in:
Benoit Jacob
2009-04-06 13:33:42 +00:00
parent 38f501a596
commit 502bf4a81d
3 changed files with 88 additions and 58 deletions

View File

@@ -1,5 +1,5 @@
project(Eigen)
set(EIGEN_VERSION_NUMBER "2.0.51-unstable")
set(EIGEN_VERSION_NUMBER "2.0.52-unstable")
#if the svnversion program is absent, this will leave the SVN_REVISION string empty,
#but won't stop CMake.