From 28a76a619b2edc059d201f68fb7205e7b650913c Mon Sep 17 00:00:00 2001 From: Kristian Evers Date: Tue, 15 Feb 2022 15:17:30 +0100 Subject: Update version numbers for 9.0.0 --- src/proj.h | 6 +++--- src/release.cpp | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/proj.h b/src/proj.h index 297871be..4b12d573 100644 --- a/src/proj.h +++ b/src/proj.h @@ -172,8 +172,8 @@ extern "C" { #endif /* The version numbers should be updated with every release! **/ -#define PROJ_VERSION_MAJOR 8 -#define PROJ_VERSION_MINOR 2 +#define PROJ_VERSION_MAJOR 9 +#define PROJ_VERSION_MINOR 0 #define PROJ_VERSION_PATCH 0 /* Note: the following 3 defines have been introduced in PROJ 8.0.1 */ @@ -454,7 +454,7 @@ void PROJ_DLL proj_context_set_sqlite3_vfs_name(PJ_CONTEXT* ctx, const char* nam typedef struct PROJ_NETWORK_HANDLE PROJ_NETWORK_HANDLE; /** Network access: open callback - * + * * Should try to read the size_to_read first bytes at the specified offset of * the file given by URL url, * and write them to buffer. *out_size_read should be updated with the actual diff --git a/src/release.cpp b/src/release.cpp index 8a5eb224..c43ec149 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)", " - "November 1st, 2021"; + "March 1st, 2022"; const char *pj_get_release() { return pj_release; -- cgit v1.2.3