gooderp18绿色标准版
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

35 lines
1.2KB

  1. /* This is a generated file from gdal_version.h.in. DO NOT MODIFY !!!! */
  2. /* $Id$ */
  3. /* -------------------------------------------------------------------- */
  4. /* GDAL Version Information. */
  5. /* -------------------------------------------------------------------- */
  6. #ifndef GDAL_VERSION_MAJOR
  7. # define GDAL_VERSION_MAJOR 3
  8. # define GDAL_VERSION_MINOR 0
  9. # define GDAL_VERSION_REV 1
  10. # define GDAL_VERSION_BUILD 0
  11. #endif
  12. /* GDAL_COMPUTE_VERSION macro introduced in GDAL 1.10 */
  13. /* Must be used ONLY to compare with version numbers for GDAL >= 1.10 */
  14. #ifndef GDAL_COMPUTE_VERSION
  15. #define GDAL_COMPUTE_VERSION(maj,min,rev) ((maj)*1000000+(min)*10000+(rev)*100)
  16. #endif
  17. /* Note: the formula to compute GDAL_VERSION_NUM has changed in GDAL 1.10 */
  18. #ifndef GDAL_VERSION_NUM
  19. # define GDAL_VERSION_NUM (GDAL_COMPUTE_VERSION(GDAL_VERSION_MAJOR,GDAL_VERSION_MINOR,GDAL_VERSION_REV)+GDAL_VERSION_BUILD)
  20. #endif
  21. #if !defined(DO_NOT_DEFINE_GDAL_RELEASE_DATE_AND_GDAL_RELEASE_NAME)
  22. #ifndef GDAL_RELEASE_DATE
  23. # define GDAL_RELEASE_DATE 20190628
  24. #endif
  25. #ifndef GDAL_RELEASE_NAME
  26. # define GDAL_RELEASE_NAME "3.0.1"
  27. #endif
  28. #endif
上海开阖软件有限公司 沪ICP备12045867号-1