From efc03e8f0153aaed6b12a5d7ca2f8741c77a1eb7 Mon Sep 17 00:00:00 2001 From: Kristian Evers Date: Fri, 1 May 2020 11:03:52 +0200 Subject: Bump version numbers for a potential 7.0.2 release --- src/proj.h | 2 +- src/proj_api.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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 -- cgit v1.2.3