From 6d764c100bcd17018852893401f6c056ba91e4ee Mon Sep 17 00:00:00 2001 From: Howard Butler Date: Tue, 8 Sep 2015 10:35:12 -0500 Subject: Increment version to 4.9.2 in preparation for release --- src/proj_api.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/proj_api.h') diff --git a/src/proj_api.h b/src/proj_api.h index ed11d6a4..99faeafb 100644 --- a/src/proj_api.h +++ b/src/proj_api.h @@ -38,7 +38,7 @@ extern "C" { #endif /* Try to update this every version! */ -#define PJ_VERSION 491 +#define PJ_VERSION 492 /* pj_init() and similar functions can be used with a non-C locale */ /* Can be detected too at runtime if the symbol pj_atof exists */ @@ -91,7 +91,7 @@ int pj_geodetic_to_geocentric( double a, double es, long point_count, int point_offset, double *x, double *y, double *z ); int pj_compare_datums( projPJ srcdefn, projPJ dstdefn ); -int pj_apply_gridshift( projCtx, const char *, int, +int pj_apply_gridshift( projCtx, const char *, int, long point_count, int point_offset, double *x, double *y, double *z ); void pj_deallocate_grids(void); -- cgit v1.2.3