File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ message(STATUS "Configuring PROJ:")
115
115
#PROJ version information
116
116
################################################################################
117
117
include (ProjVersion)
118
- proj_version(MAJOR 9 MINOR 2 PATCH 0 )
118
+ proj_version(MAJOR 9 MINOR 2 PATCH 1 )
119
119
set (PROJ_SOVERSION 25)
120
120
set (PROJ_BUILD_VERSION "${PROJ_SOVERSION} .${PROJ_VERSION} " )
121
121
Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ extern "C" {
175
175
/* The version numbers should be updated with every release! **/
176
176
#define PROJ_VERSION_MAJOR 9
177
177
#define PROJ_VERSION_MINOR 2
178
- #define PROJ_VERSION_PATCH 0
178
+ #define PROJ_VERSION_PATCH 1
179
179
180
180
/* Note: the following 3 defines have been introduced in PROJ 8.0.1 */
181
181
/* Macro to compute a PROJ version number from its components */
Original file line number Diff line number Diff line change 8
8
9
9
char const pj_release[] = " Rel. " STR(PROJ_VERSION_MAJOR) " ." STR(
10
10
PROJ_VERSION_MINOR) " ." STR(PROJ_VERSION_PATCH) " , "
11
- " March 1st, 2023" ;
11
+ " June 1st, 2023" ;
12
12
13
13
const char *pj_get_release () { return pj_release; }
You can’t perform that action at this time.
0 commit comments