aboutsummaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2009-04-06 13:33:42 +0000
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2009-04-06 13:33:42 +0000
commit502bf4a81dfd13630702e253fc265849d0e00ae6 (patch)
tree47708e279a14ae6f9721f56d27fd54a50a96dcbe /CMakeLists.txt
parent38f501a596aeafe1d3ff680ae6d2226ea6ed0cd2 (diff)
* 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
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 ff592f646..3b430a7aa 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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.