aboutsummaryrefslogtreecommitdiff
path: root/src/geodesic.h
diff options
context:
space:
mode:
authorCharles Karney <charles@karney.com>2020-11-23 19:13:24 -0500
committerGitHub <noreply@github.com>2020-11-24 01:13:24 +0100
commit2414eb2bb655588b4b7e9fe86bba70592bd7f911 (patch)
tree3cd23e0ed5d6c967336a7f7f0346d6bf231f54d4 /src/geodesic.h
parent5974b85665c260a020367b4527613414d2d6c157 (diff)
downloadPROJ-2414eb2bb655588b4b7e9fe86bba70592bd7f911.tar.gz
PROJ-2414eb2bb655588b4b7e9fe86bba70592bd7f911.zip
Sync w GeographicLib 1.51. Remove C99 compatibility functions. (#2445)
Should be no changes in the compiled code.
Diffstat (limited to 'src/geodesic.h')
-rw-r--r--src/geodesic.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/geodesic.h b/src/geodesic.h
index b21e6c8c..548fbf47 100644
--- a/src/geodesic.h
+++ b/src/geodesic.h
@@ -107,12 +107,12 @@
* twice about restructuring the internals of the C code since this may make
* porting fixes from the C++ code more difficult.
*
- * Copyright (c) Charles Karney (2012-2019) <charles@karney.com> and licensed
+ * Copyright (c) Charles Karney (2012-2020) <charles@karney.com> and licensed
* under the MIT/X11 License. For more information, see
* https://geographiclib.sourceforge.io/
*
* This library was distributed with
- * <a href="../index.html">GeographicLib</a> 1.50.
+ * <a href="../index.html">GeographicLib</a> 1.51.
**********************************************************************/
#if !defined(GEODESIC_H)
@@ -127,7 +127,7 @@
* The minor version of the geodesic library. (This tracks the version of
* GeographicLib.)
**********************************************************************/
-#define GEODESIC_VERSION_MINOR 50
+#define GEODESIC_VERSION_MINOR 51
/**
* The patch level of the geodesic library. (This tracks the version of
* GeographicLib.)