diff options
| author | Charles Karney <charles@karney.com> | 2018-02-22 20:59:57 -0500 |
|---|---|---|
| committer | Charles Karney <charles@karney.com> | 2018-02-22 20:59:57 -0500 |
| commit | 6d5e19110046ea2aefc645f40dfce4b3dadb8109 (patch) | |
| tree | 1fa2dbcd199eb69cdc25294a6ccc4992c638ae38 /src/geodesic.h | |
| parent | 3fcaf7dd2f5334908536126429bc6a4f26261bde (diff) | |
| download | PROJ-6d5e19110046ea2aefc645f40dfce4b3dadb8109.tar.gz PROJ-6d5e19110046ea2aefc645f40dfce4b3dadb8109.zip | |
Fix issue #812
Implement Polygon AddEdge fix in C library (will be version 1.49.2 of C
library for proj 5.0.0).
Still to do: add tests to expand code coverage. This will only affect
geodtest.c which is not part of the compiled library.
Diffstat (limited to 'src/geodesic.h')
| -rw-r--r-- | src/geodesic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/geodesic.h b/src/geodesic.h index 43fd0d1f..536ba7c4 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 1 +#define GEODESIC_VERSION_PATCH 2 /** * Pack the version components into a single integer. Users should not rely on |
