aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2020-05-01 11:03:52 +0200
committerKristian Evers <kristianevers@gmail.com>2020-05-01 11:03:52 +0200
commitefc03e8f0153aaed6b12a5d7ca2f8741c77a1eb7 (patch)
tree0d154315d9715600354f396a6e61c063da0936c1 /src
parent6d5ac4dd75ee10ac274748215da5f36890cb6e8d (diff)
downloadPROJ-efc03e8f0153aaed6b12a5d7ca2f8741c77a1eb7.tar.gz
PROJ-efc03e8f0153aaed6b12a5d7ca2f8741c77a1eb7.zip
Bump version numbers for a potential 7.0.2 release
Diffstat (limited to 'src')
-rw-r--r--src/proj.h2
-rw-r--r--src/proj_api.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/proj.h b/src/proj.h
index b6d60d2a..397b8012 100644
--- a/src/proj.h
+++ b/src/proj.h
@@ -154,7 +154,7 @@ extern "C" {
/* The version numbers should be updated with every release! **/
#define PROJ_VERSION_MAJOR 7
#define PROJ_VERSION_MINOR 0
-#define PROJ_VERSION_PATCH 1
+#define PROJ_VERSION_PATCH 2
extern char const PROJ_DLL pj_release[]; /* global release id string */
diff --git a/src/proj_api.h b/src/proj_api.h
index c9d6e90e..65027f32 100644
--- a/src/proj_api.h
+++ b/src/proj_api.h
@@ -38,7 +38,7 @@
#endif
#ifndef PJ_VERSION
-#define PJ_VERSION 701
+#define PJ_VERSION 702
#endif
#ifdef PROJ_RENAME_SYMBOLS