diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2020-05-01 11:03:52 +0200 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2020-05-01 11:03:52 +0200 |
| commit | efc03e8f0153aaed6b12a5d7ca2f8741c77a1eb7 (patch) | |
| tree | 0d154315d9715600354f396a6e61c063da0936c1 /src | |
| parent | 6d5ac4dd75ee10ac274748215da5f36890cb6e8d (diff) | |
| download | PROJ-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.h | 2 | ||||
| -rw-r--r-- | src/proj_api.h | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 |
