From d41c10c9e1e787a521a3841605a2e6024649eb3f Mon Sep 17 00:00:00 2001 From: Kristian Evers Date: Wed, 30 Jun 2021 22:38:43 +0200 Subject: Bump version numbers in anticipation of 8.2.0 --- src/proj.h | 2 +- src/release.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/proj.h b/src/proj.h index ceabbf07..a8a20690 100644 --- a/src/proj.h +++ b/src/proj.h @@ -171,7 +171,7 @@ extern "C" { /* The version numbers should be updated with every release! **/ #define PROJ_VERSION_MAJOR 8 -#define PROJ_VERSION_MINOR 1 +#define PROJ_VERSION_MINOR 2 #define PROJ_VERSION_PATCH 0 /* Note: the following 3 defines have been introduced in PROJ 8.0.1 */ diff --git a/src/release.cpp b/src/release.cpp index f5130f19..8a5eb224 100644 --- a/src/release.cpp +++ b/src/release.cpp @@ -11,7 +11,7 @@ char const pj_release[] = STR(PROJ_VERSION_MAJOR)"." STR(PROJ_VERSION_MINOR)"." STR(PROJ_VERSION_PATCH)", " - "July 1st, 2021"; + "November 1st, 2021"; const char *pj_get_release() { return pj_release; -- cgit v1.2.3