From 37cd45f8e8db3425e93df98583f87aa847215e05 Mon Sep 17 00:00:00 2001 From: Charles Karney Date: Tue, 16 Feb 2016 07:10:56 -0500 Subject: Increment version for geodesic library to 1.46.1. --- src/geodesic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3