Added GEOS 1.3 and 1.5 detection.

This commit is contained in:
Marco van den Heuvel
2018-02-15 15:24:58 -08:00
parent 5d73f28a85
commit b0ef67d14c
3 changed files with 17 additions and 1 deletions

View File

@@ -32,6 +32,10 @@ void main (void)
version = "GEOS v1.1";
} else if (os == GEOS_V12) {
version = "GEOS v1.2";
} else if (os == GEOS_V13) {
version = "GEOS v1.3";
} else if (os == GEOS_V15) {
version = "GEOS v1.5";
} else if (os == GEOS_V20) {
version = "GEOS v2.0";
} else if (os == MEGAPATCH3) {