aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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 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;