Set version number to 2.3.1

release/4.3a0
Richard Roberts 2013-08-13 14:23:54 +00:00
parent 0744816ce1
commit 094a407093
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ 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_PATCH 0)
set (GTSAM_VERSION_PATCH 1)
###############################################################################