GME
13
|
#include <apr_version.h>
Public Attributes | |
int | major |
int | minor |
int | patch |
int | is_dev |
The numeric version information is broken out into fields within this structure.
Definition at line 140 of file apr_version.h.
is development (1 or 0)
Definition at line 144 of file apr_version.h.
major number
Definition at line 141 of file apr_version.h.
minor number
Definition at line 142 of file apr_version.h.
patch number
Definition at line 143 of file apr_version.h.