From 3aca822fcfe4e67f37740d80e7dbd29a8c801564 Mon Sep 17 00:00:00 2001 From: Bas van Schaik Date: Wed, 6 Apr 2016 23:05:27 +0100 Subject: [PATCH] bump version to 2.0 (cherry picked from commit 402b5a3b5c0002d17d7df1a9707158458cc7ff25) --- Eclipse-C++/src/paleo_latitude/PaleoLatitude.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Eclipse-C++/src/paleo_latitude/PaleoLatitude.h b/Eclipse-C++/src/paleo_latitude/PaleoLatitude.h index ac7ebb5..814fa17 100644 --- a/Eclipse-C++/src/paleo_latitude/PaleoLatitude.h +++ b/Eclipse-C++/src/paleo_latitude/PaleoLatitude.h @@ -36,7 +36,7 @@ #include "PLPolarWanderPaths.h" #include "PLEulerPolesReconstructions.h" -#define PALEOLATITUDE_VERSION "2.0-alpha" +#define PALEOLATITUDE_VERSION "2.0" using namespace std; namespace bnu = boost::numeric::ublas;