41 #define APU_COPYRIGHT "Copyright (c) 2000-2014 The Apache Software " \ 42 "Foundation or its licensors, as applicable." 53 #define APU_MAJOR_VERSION 1 59 #define APU_MINOR_VERSION 5 65 #define APU_PATCH_VERSION 4 75 #if defined(APU_IS_DEV_VERSION) || defined(DOXYGEN) 77 #ifndef APU_IS_DEV_STRING 78 #define APU_IS_DEV_STRING "-dev" 81 #define APU_IS_DEV_STRING "" 87 #define APU_STRINGIFY(n) APU_STRINGIFY_HELPER(n) 89 #define APU_STRINGIFY_HELPER(n) #n 93 #define APU_VERSION_STRING \ 94 APU_STRINGIFY(APU_MAJOR_VERSION) "." \ 95 APU_STRINGIFY(APU_MINOR_VERSION) "." \ 96 APU_STRINGIFY(APU_PATCH_VERSION) \ 101 #define APU_VERSION_STRING_CSV APU_MAJOR_VERSION ##, \ 102 ##APU_MINOR_VERSION ##, \ 106 #ifndef APU_VERSION_ONLY Definition: apr_version.h:140
void apu_version(apr_version_t *pvsn)
APR Versioning Interface.
const char * apu_version_string(void)