File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ message(STATUS "Configuring PROJ:")
143143#PROJ version information
144144################################################################################
145145include (ProjVersion)
146- proj_version(MAJOR 9 MINOR 6 PATCH 1 )
146+ proj_version(MAJOR 9 MINOR 6 PATCH 2 )
147147set (PROJ_SOVERSION 25)
148148set (PROJ_BUILD_VERSION "${PROJ_SOVERSION} .${PROJ_VERSION} " )
149149
Original file line number Diff line number Diff line change 2626version = "9.6"
2727
2828# The full project version, used as the replacement for |release|
29- release = "9.6.1 "
29+ release = "9.6.2 "
3030
3131# PROJ-data version
3232data_version = "1.22"
Original file line number Diff line number Diff 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 6
178- #define PROJ_VERSION_PATCH 1
178+ #define PROJ_VERSION_PATCH 2
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 */
Original file line number Diff line number Diff line change 88
99char const pj_release[] = " Rel. " STR(PROJ_VERSION_MAJOR) " ." STR(
1010 PROJ_VERSION_MINOR) " ." STR(PROJ_VERSION_PATCH) " , "
11- " June 2nd , 2025" ;
11+ " June 4th , 2025" ;
1212
1313const char *pj_get_release () { return pj_release; }
You can’t perform that action at this time.
0 commit comments