From 4fbe193257004d458d548f4f75feb67700aedc10 Mon Sep 17 00:00:00 2001 From: Kristian Evers Date: Tue, 1 Mar 2022 20:39:38 +0100 Subject: Bump version numbers in preparation for 9.1.0 release --- docs/source/conf.py | 2 +- src/proj.h | 2 +- src/release.cpp | 2 +- 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; -- cgit v1.2.3