GME  13
Public Attributes
svn_version_t Struct Reference

#include <svn_version.h>

List of all members.

Public Attributes

int major
int minor
int patch
const char * tag

Detailed Description

Version information. Each library contains a function called svn_libname_version() that returns a pointer to a statically allocated object of this type.

Since:
New in 1.1.

Definition at line 151 of file svn_version.h.


Member Data Documentation

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.


The documentation for this struct was generated from the following file: