Skip to content

Commit

Permalink
changed pointmatcher version variable
Browse files Browse the repository at this point in the history
  • Loading branch information
samlcharreyron committed Jul 24, 2014
1 parent 8a0eaac commit 7552bfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pointmatcher/PointMatcher.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7552bfa

Please sign in to comment.