Set version number in CMakeLists.txt to 2.0.0

release/4.3a0
Richard Roberts 2012-05-15 05:12:21 +00:00
parent 146a1adf53
commit fac7d8f4fb
1 changed files with 2 additions and 2 deletions

View File

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