incremented version number of trunk to 3.0.0

release/4.3a0
Alex Cunningham 2013-08-19 15:32:18 +00:00
parent 4b12d6f794
commit e841bbb41a
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@ project(GTSAM CXX C)
cmake_minimum_required(VERSION 2.6)
# Set the version number for the library
set (GTSAM_VERSION_MAJOR 2)
set (GTSAM_VERSION_MINOR 3)
set (GTSAM_VERSION_MAJOR 3)
set (GTSAM_VERSION_MINOR 0)
set (GTSAM_VERSION_PATCH 0)