Skip to content

Commit c5c72c4

Browse files
committed
Update to GeographicLib 2.7
1 parent 37a2bbf commit c5c72c4

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Unreleased
44

5-
- Updated to GeographicLib 2.6.
5+
- Updated to GeographicLib 2.7.
66

77
## v0.3.4
88

geographiclib

Submodule geographiclib updated 207 files

include/GeographicLib/Config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
// cd BUILD
55
// cmake .. -DBUILD_SHARED_LIBS=OFF
66

7-
#define GEOGRAPHICLIB_VERSION_STRING "2.6"
7+
#define GEOGRAPHICLIB_VERSION_STRING "2.7"
88
#define GEOGRAPHICLIB_VERSION_MAJOR 2
9-
#define GEOGRAPHICLIB_VERSION_MINOR 6
9+
#define GEOGRAPHICLIB_VERSION_MINOR 7
1010
#define GEOGRAPHICLIB_VERSION_PATCH 0
1111
#define GEOGRAPHICLIB_DATA "/usr/local/share/GeographicLib"
1212

0 commit comments

Comments
 (0)