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