35 #include <apr_general.h>
37 #include <apr_tables.h>
59 #define SVN_VER_MAJOR 1
66 #define SVN_VER_MINOR 8
75 #define SVN_VER_PATCH 10
79 #define SVN_VER_MICRO SVN_VER_PATCH
82 #define SVN_VER_LIBRARY SVN_VER_MAJOR
98 #define SVN_VER_TAG " (r1615264)"
113 #define SVN_VER_NUMTAG ""
124 #define SVN_VER_REVISION 1615264
130 #define SVN_VER_NUM APR_STRINGIFY(SVN_VER_MAJOR) \
131 "." APR_STRINGIFY(SVN_VER_MINOR) \
132 "." APR_STRINGIFY(SVN_VER_PATCH)
135 #define SVN_VER_NUMBER SVN_VER_NUM SVN_VER_NUMTAG
138 #define SVN_VERSION SVN_VER_NUMBER SVN_VER_TAG
169 #define SVN_VERSION_DEFINE(name) \
170 static const svn_version_t name = \
183 #define SVN_VERSION_BODY \
184 SVN_VERSION_DEFINE(versioninfo); \
374 const apr_array_header_t *
403 const apr_array_header_t *
int minor
Minor version number.
const char * name
Library name.
struct svn_version_checklist_t svn_version_checklist_t
An entry in the compatibility checklist.
An entry in the compatibility checklist.
const apr_array_header_t * svn_version_ext_linked_libs(const svn_version_extended_t *ext_info)
Accessor for svn_version_extended_t.
svn_boolean_t svn_ver_equal(const svn_version_t *my_version, const svn_version_t *lib_version)
Check if my_version and lib_version encode the same version number.
struct svn_version_ext_loaded_lib_t svn_version_ext_loaded_lib_t
Loaded shared library information.
const char * tag
The version tag (SVN_VER_NUMTAG).
const char * svn_version_ext_runtime_host(const svn_version_extended_t *ext_info)
Accessor for svn_version_extended_t.
svn_boolean_t svn_ver_compatible(const svn_version_t *my_version, const svn_version_t *lib_version)
Check library version compatibility.
const svn_version_extended_t * svn_version_extended(svn_boolean_t verbose, apr_pool_t *pool)
Return version information for the running program.
const svn_version_t * svn_subr_version(void)
Get libsvn_subr version information.
svn_error_t * svn_ver_check_list(const svn_version_t *my_version, const svn_version_checklist_t *checklist)
Perform a series of version compatibility checks.
const char * svn_version_ext_build_date(const svn_version_extended_t *ext_info)
Accessor for svn_version_extended_t.
const char * version
Library version (optional)
Loaded shared library information.
const char * svn_version_ext_build_host(const svn_version_extended_t *ext_info)
Accessor for svn_version_extended_t.
const char * svn_version_ext_runtime_osname(const svn_version_extended_t *ext_info)
Accessor for svn_version_extended_t.
const char * compiled_version
Compile-time version string.
const char * runtime_version
Run-time version string (optional)
struct svn_version_ext_linked_lib_t svn_version_ext_linked_lib_t
Dependent library information.
const apr_array_header_t * svn_version_ext_loaded_libs(const svn_version_extended_t *ext_info)
Accessor for svn_version_extended_t.
int major
Major version number.
const char * label
Entry label.
struct svn_version_extended_t svn_version_extended_t
Extended version information, including info about the running system.
int svn_boolean_t
YABT: Yet Another Boolean Type.
const char * svn_version_ext_build_time(const svn_version_extended_t *ext_info)
Accessor for svn_version_extended_t.
Dependent library information.
const char * name
Library name.
const char * svn_version_ext_copyright(const svn_version_extended_t *ext_info)
Accessor for svn_version_extended_t.