Main Page   Modules   Data Structures   File List   Data Fields  

svn_version_t Struct Reference

Since:
New in 1.1.
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). Must always point to a statically allocated string.


Detailed Description

Since:
New in 1.1.

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 145 of file svn_version.h.


The documentation for this struct was generated from the following file:
Generated on Wed Aug 31 01:47:56 2005 for Subversion by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002