From 094a407093121d8f16060ca4f9681b9e74ad13c9 Mon Sep 17 00:00:00 2001 From: Richard Roberts Date: Tue, 13 Aug 2013 14:23:54 +0000 Subject: [PATCH] Set version number to 2.3.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b1678a5c2..75e1c0464 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) ###############################################################################