|
GME
13
|
#include <svn_version.h>
Public Attributes | |
| int | major |
| int | minor |
| int | patch |
| const char * | tag |
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 151 of file svn_version.h.
Major version number
Definition at line 153 of file svn_version.h.
Minor version number
Definition at line 154 of file svn_version.h.
Patch number
Definition at line 155 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 161 of file svn_version.h.
1.7.6.1