diff options
| -rw-r--r-- | man/man1/geod.1 | 2 | ||||
| -rw-r--r-- | man/man3/geodesic.3 | 2 | ||||
| -rw-r--r-- | src/geodesic.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/man/man1/geod.1 b/man/man1/geod.1 index 157996e6..735d6532 100644 --- a/man/man1/geod.1 +++ b/man/man1/geod.1 @@ -2,7 +2,7 @@ .nr LL 7.0i .ad b .hy 1 -.TH GEOD 1 "2013/07/11 Rel. 4.9.0" +.TH GEOD 1 "2013/07/11 Rel. 4.9.3" .SH NAME geod \- direct geodesic computations .br diff --git a/man/man3/geodesic.3 b/man/man3/geodesic.3 index 450f75f2..0ca73707 100644 --- a/man/man3/geodesic.3 +++ b/man/man3/geodesic.3 @@ -1,6 +1,6 @@ .\" @(#)geodesic.3 .nr LL 7.0i -.TH GEODESIC 3 "2014/12/17 Rel. 4.9.0" +.TH GEODESIC 3 "2014/12/17 Rel. 4.9.3" .ad b .hy 1 .SH NAME diff --git a/src/geodesic.h b/src/geodesic.h index 80ffac9b..c3f28c79 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 |
