From 2162ad57c190f5c924eb61fa47325c48fd894832 Mon Sep 17 00:00:00 2001 From: Charles Karney Date: Mon, 18 Dec 2017 17:56:24 -0500 Subject: Fix issue #715. Merge 1.49.1 of geodesic library (tagged as v1.49.1-c in GeographicLib). Details: Workaround bugs in handling of -0.0 in fmod and sin in Visual Studio 10, 11, and 12. Relax unrealistically strict delta for GeodSolve59 in geodtest. --- src/geodesic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/geodesic.h') diff --git a/src/geodesic.h b/src/geodesic.h index ab18a01f..43fd0d1f 100644 --- a/src/geodesic.h +++ b/src/geodesic.h @@ -132,7 +132,7 @@ * The patch level of the geodesic library. (This tracks the version of * GeographicLib.) **********************************************************************/ -#define GEODESIC_VERSION_PATCH 0 +#define GEODESIC_VERSION_PATCH 1 /** * Pack the version components into a single integer. Users should not rely on -- cgit v1.2.3