From 39da457a124094fa2a3d058613b754eb67b4db5c Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Thu, 22 Mar 2018 10:09:35 +0100 Subject: proj.h: update PROJ_VERSION_MAJOR.PROJ_VERSION_MINOR to 5.1 This will help avoiding issues for people tracking proj master and GDAL See https://lists.osgeo.org/pipermail/gdal-dev/2018-March/048285.html --- src/proj.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/proj.h b/src/proj.h index 0025f3ad..7bc9b10e 100644 --- a/src/proj.h +++ b/src/proj.h @@ -131,7 +131,7 @@ extern "C" { /* The version numbers should be updated with every release! **/ #define PROJ_VERSION_MAJOR 5 -#define PROJ_VERSION_MINOR 0 +#define PROJ_VERSION_MINOR 1 #define PROJ_VERSION_PATCH 0 extern char const pj_release[]; /* global release id string */ -- cgit v1.2.3