aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2021-06-30 22:38:43 +0200
committerKristian Evers <kristianevers@gmail.com>2021-06-30 22:38:43 +0200
commitd41c10c9e1e787a521a3841605a2e6024649eb3f (patch)
treec464f12258ad308eed3728c23058b1c219af5627 /src
parent5e1a78c5d636546effa5daf7469781b5876ba6c7 (diff)
downloadPROJ-d41c10c9e1e787a521a3841605a2e6024649eb3f.tar.gz
PROJ-d41c10c9e1e787a521a3841605a2e6024649eb3f.zip
Bump version numbers in anticipation of 8.2.0
Diffstat (limited to 'src')
-rw-r--r--src/proj.h2
-rw-r--r--src/release.cpp2
2 files changed, 2 insertions, 2 deletions
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;