#include <or.h>
Public Types | |
| enum | { VER_PRE = 0, VER_RC = 1, VER_RELEASE = 2 } | 
Data Fields | |
| int | major | 
| int | minor | 
| int | micro | 
| enum tor_version_t:: { ... } | status | 
| int | patchlevel | 
| char | status_tag [MAX_STATUS_TAG_LEN] | 
| int | svn_revision | 
| int | git_tag_len | 
| char | git_tag [DIGEST_LEN] | 
See version-spec.txt for the whole business.
| anonymous enum | 
Release status. For version in the post-0.1 format, this is always VER_RELEASE.
| enum { ... } tor_version_t::status | 
Release status. For version in the post-0.1 format, this is always VER_RELEASE.
Referenced by tor_version_compare(), and tor_version_parse().
 1.5.6