From 7552bfa894222505313c622217391428029eb96b Mon Sep 17 00:00:00 2001 From: Samuel Charreyron Date: Thu, 24 Jul 2014 17:31:31 +0200 Subject: [PATCH] changed pointmatcher version variable --- pointmatcher/PointMatcher.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pointmatcher/PointMatcher.h b/pointmatcher/PointMatcher.h index b9f32fc2..8e09a8dc 100644 --- a/pointmatcher/PointMatcher.h +++ b/pointmatcher/PointMatcher.h @@ -68,9 +68,9 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. //! version of the Pointmatcher library as string -#define POINTMATCHER_VERSION "1.2.0" +#define POINTMATCHER_VERSION "1.2.1" //! version of the Pointmatcher library as an int -#define POINTMATCHER_VERSION_INT 10200 +#define POINTMATCHER_VERSION_INT 10201 //! Functions and classes that are not dependant on scalar type are defined in this namespace namespace PointMatcherSupport