From fac7d8f4fbc21fc77b5bd9e84c9276c0cadcd37b Mon Sep 17 00:00:00 2001 From: Richard Roberts Date: Tue, 15 May 2012 05:12:21 +0000 Subject: [PATCH] Set version number in CMakeLists.txt to 2.0.0 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 22713c6a4..e6c9bc422 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,8 +2,8 @@ project(GTSAM CXX C) cmake_minimum_required(VERSION 2.6) # Set the version number for the library -set (GTSAM_VERSION_MAJOR 1) -set (GTSAM_VERSION_MINOR 9) +set (GTSAM_VERSION_MAJOR 2) +set (GTSAM_VERSION_MINOR 0) set (GTSAM_VERSION_PATCH 0) # Set the default install path to home