diff options
Diffstat (limited to 'doc/man/en/man3/version_group.3')
-rw-r--r-- | doc/man/en/man3/version_group.3 | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/doc/man/en/man3/version_group.3 b/doc/man/en/man3/version_group.3 new file mode 100644 index 000000000..021ffb1f7 --- /dev/null +++ b/doc/man/en/man3/version_group.3 @@ -0,0 +1,29 @@ +.TH "Version constants" 3 "26 Jul 2001" "XINE, A Free Video Player Project - API reference" \" -*- nroff -*- +.ad l +.nh +.SH NAME +Version constants \- +.SS "Defines" + +.in +1c +.ti -1c +.RI "#define \fBXINE_MAJOR_VERSION\fP 0" +.br +.ti -1c +.RI "#define \fBXINE_MINOR_VERSION\fP 5" +.br +.ti -1c +.RI "#define \fBXINE_SUB_VERSION\fP 0" +.br +.in -1c +.SH "DEFINE DOCUMENTATION" +.PP +.SS "#define XINE_MAJOR_VERSION 0" +.PP +Major version constant. +.SS "#define XINE_MINOR_VERSION 5" +.PP +Minor version constant. +.SS "#define XINE_SUB_VERSION 0" +.PP +Sub version constant.
\ No newline at end of file |