Subversion
|
Version information. More...
#include <svn_version.h>
Data Fields | |
int | major |
Major version number. | |
int | minor |
Minor version number. | |
int | patch |
Patch number. | |
const char * | tag |
The version tag (SVN_VER_NUMTAG). More... | |
Version information.
Each library contains a function called svn_libname_version() that returns a pointer to a statically allocated object of this type.
Definition at line 147 of file svn_version.h.
const char* svn_version_t::tag |
The version tag (SVN_VER_NUMTAG).
Must always point to a statically allocated string.
Definition at line 157 of file svn_version.h.