Guenter Knauf wrote:
Furthermore if we would introduce an APR_VERSION_NUMBER like:
#define APR_VERSION_NUMBER \
(APR_MAJOR_VERSION * 1000000) + \
(APR_MINOR_VERSION * 1000) + \
APR_PATCH_VERSION
we could do much easier version tests....
ABI and API versioning policy prohibits this change until 1.3 at earliest, but probably 2.0 for sanity. Patches always welcome. Bill
