diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-05-28 21:47:42 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-05-28 21:47:42 +0000 |
commit | 383e049be4af763bba9539f426ff02df39a694b5 (patch) | |
tree | 0de4e62030ad2ac79d70c6cdc7fc4d65668ce32f /acconfig.h | |
parent | b7c53a58ddf9ab97d9b9d9a71e5256c17a1f7a02 (diff) | |
download | xine-lib-383e049be4af763bba9539f426ff02df39a694b5.tar.gz xine-lib-383e049be4af763bba9539f426ff02df39a694b5.tar.bz2 |
Add version informations in API.
CVS patchset: 97
CVS date: 2001/05/28 21:47:42
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index aaf2d438b..212caa961 100644 --- a/acconfig.h +++ b/acconfig.h @@ -1,3 +1,7 @@ +#undef XINE_MAJOR +#undef XINE_MINOR +#undef XINE_SUB + /* Define this if you're running x86 architecture */ #undef __i386__ |