#1082: Different version info from autotools / CMake builds -----------------------------------+------------------------- Reporter: Mike Taves | Owner: Mike Taves Type: defect | Status: new Priority: minor | Milestone: 3.9.0 Component: Build/Install (cmake) | Version: Severity: Unassigned | Resolution: Keywords: | -----------------------------------+------------------------- Changes (by Mike Taves):
* owner: geos-devel@… => Mike Taves * priority: major => minor Comment: Apologies for the CAPI_VERSION differences, as this was comparing the main branch to the 3.9.0beta1 download. The correct `diff` for `geos_c.h` should now be: {{{ $ diff geos-3.9.0beta1-autotools/include/geos_c.h geos-3.9.0beta1-cmake/include/geos_c.h 61c61 < #define GEOS_VERSION_PATCH 0beta1 --- > #define GEOS_VERSION_PATCH 0 64c64 < #define GEOS_VERSION "3.9.0beta1" --- > #define GEOS_VERSION "3.9.0" 73c73 < #define GEOS_CAPI_VERSION "3.9.0beta1-CAPI-1.15.1" --- > #define GEOS_CAPI_VERSION "3.9.0-CAPI-1.15.1" }}} I should be able to assemble a PR for the CMake build to handle the patch word similar to autotools. -- Ticket URL: <https://trac.osgeo.org/geos/ticket/1082#comment:1> GEOS <http://trac.osgeo.org/geos> GEOS (Geometry Engine - Open Source) is a C++ port of the Java Topology Suite (JTS).
_______________________________________________ geos-devel mailing list geos-devel@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/geos-devel