aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2018-03-22 10:09:35 +0100
committerKristian Evers <kristianevers@gmail.com>2018-03-22 10:56:19 +0100
commit39da457a124094fa2a3d058613b754eb67b4db5c (patch)
treef53cb6d942cf529cf9d8580babef9f1d80f98a32 /src
parentbe3587d8de04ab35baf04c86d67bdb0b9e269be8 (diff)
downloadPROJ-39da457a124094fa2a3d058613b754eb67b4db5c.tar.gz
PROJ-39da457a124094fa2a3d058613b754eb67b4db5c.zip
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
Diffstat (limited to 'src')
-rw-r--r--src/proj.h2
1 files changed, 1 insertions, 1 deletions
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 */