aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2022-03-01 20:39:38 +0100
committerKristian Evers <kristianevers@gmail.com>2022-03-01 20:39:38 +0100
commit4fbe193257004d458d548f4f75feb67700aedc10 (patch)
treeb9a219e45d07c921458796313fbf80d6dc278f07
parent27dc393bbe4ec82106acdfe6b0946a211427ceb5 (diff)
downloadPROJ-4fbe193257004d458d548f4f75feb67700aedc10.tar.gz
PROJ-4fbe193257004d458d548f4f75feb67700aedc10.zip
Bump version numbers in preparation for 9.1.0 release
-rw-r--r--docs/source/conf.py2
-rw-r--r--src/proj.h2
-rw-r--r--src/release.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 85ba01e2..754bfd40 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -77,7 +77,7 @@ copyright = u'1983-{0}'.format(now.year)
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
-version = '9.0.0'
+version = '9.1.0'
data_version = '1.9'
# use same |release| as |version|
diff --git a/src/proj.h b/src/proj.h
index 4b12d573..81dabaf8 100644
--- a/src/proj.h
+++ b/src/proj.h
@@ -173,7 +173,7 @@ extern "C" {
/* The version numbers should be updated with every release! **/
#define PROJ_VERSION_MAJOR 9
-#define PROJ_VERSION_MINOR 0
+#define PROJ_VERSION_MINOR 1
#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 c43ec149..1fa04372 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)", "
- "March 1st, 2022";
+ "September 1st, 2022";
const char *pj_get_release() {
return pj_release;