Mr.Combet Webshell
Your IP :
216.73.216.136
Server IP :
103.233.58.157
Server :
Windows NT WIN-4PGF72KEHKB 10.0 build 17763 (Windows Server 2016) AMD64
Server Software :
Microsoft-IIS/10.0
PHP Version :
7.3.25
Add File :
Submit
Add Directory :
Submit
Dir :
C:
/
Program Files
/
PostgreSQL
/
14
/
include
/
View File Name :
gdal_version.h
/* This is a generated file from gdal_version.h.in. DO NOT MODIFY !!!! */ /* $Id$ */ /* -------------------------------------------------------------------- */ /* GDAL Version Information. */ /* -------------------------------------------------------------------- */ #ifndef GDAL_VERSION_MAJOR # define GDAL_VERSION_MAJOR 3 # define GDAL_VERSION_MINOR 0 # define GDAL_VERSION_REV 1 # define GDAL_VERSION_BUILD 0 #endif /* GDAL_COMPUTE_VERSION macro introduced in GDAL 1.10 */ /* Must be used ONLY to compare with version numbers for GDAL >= 1.10 */ #ifndef GDAL_COMPUTE_VERSION #define GDAL_COMPUTE_VERSION(maj,min,rev) ((maj)*1000000+(min)*10000+(rev)*100) #endif /* Note: the formula to compute GDAL_VERSION_NUM has changed in GDAL 1.10 */ #ifndef GDAL_VERSION_NUM # define GDAL_VERSION_NUM (GDAL_COMPUTE_VERSION(GDAL_VERSION_MAJOR,GDAL_VERSION_MINOR,GDAL_VERSION_REV)+GDAL_VERSION_BUILD) #endif #if !defined(DO_NOT_DEFINE_GDAL_RELEASE_DATE_AND_GDAL_RELEASE_NAME) #ifndef GDAL_RELEASE_DATE # define GDAL_RELEASE_DATE 20190628 #endif #ifndef GDAL_RELEASE_NAME # define GDAL_RELEASE_NAME "3.0.1" #endif #endif