From b064b5e68ed78a80ef3e91951a77bbcd5d4f430d Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Mon, 2 Feb 2009 16:18:42 +0000 Subject: [PATCH] forgot to update version number --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4c3434cf8..ba04ce1d8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ project(Eigen) -set(EIGEN_VERSION_NUMBER "2.0-rc1") +set(EIGEN_VERSION_NUMBER "2.0.0") #if the svnversion program is absent, this will leave the SVN_REVISION string empty, #but won't stop CMake.