Skip to content

Commit 5405125

Browse files
committed
Update version numbers to 9.2.1
1 parent b3ec502 commit 5405125

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ message(STATUS "Configuring PROJ:")
115115
#PROJ version information
116116
################################################################################
117117
include(ProjVersion)
118-
proj_version(MAJOR 9 MINOR 2 PATCH 0)
118+
proj_version(MAJOR 9 MINOR 2 PATCH 1)
119119
set(PROJ_SOVERSION 25)
120120
set(PROJ_BUILD_VERSION "${PROJ_SOVERSION}.${PROJ_VERSION}")
121121

src/proj.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ extern "C" {
175175
/* The version numbers should be updated with every release! **/
176176
#define PROJ_VERSION_MAJOR 9
177177
#define PROJ_VERSION_MINOR 2
178-
#define PROJ_VERSION_PATCH 0
178+
#define PROJ_VERSION_PATCH 1
179179

180180
/* Note: the following 3 defines have been introduced in PROJ 8.0.1 */
181181
/* Macro to compute a PROJ version number from its components */

src/release.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88

99
char const pj_release[] = "Rel. " STR(PROJ_VERSION_MAJOR) "." STR(
1010
PROJ_VERSION_MINOR) "." STR(PROJ_VERSION_PATCH) ", "
11-
"March 1st, 2023";
11+
"June 1st, 2023";
1212

1313
const char *pj_get_release() { return pj_release; }

0 commit comments

Comments
 (0)