diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2002-09-17 11:54:55 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2002-09-17 11:54:55 +0000 |
commit | 1ad10f5795d76ee8d66c642cc4165593ce6a9e39 (patch) | |
tree | c2a5eefa97fcdb8a8406fa32fe12cc02f9b790de | |
parent | 186e9b1e42f4fd1669fdef2573a99691cd4f97f6 (diff) | |
download | xine-lib-1ad10f5795d76ee8d66c642cc4165593ce6a9e39.tar.gz xine-lib-1ad10f5795d76ee8d66c642cc4165593ce6a9e39.tar.bz2 |
Undertaking of /the string version/ (nice to see if running version is from CVS.
CVS patchset: 2679
CVS date: 2002/09/17 11:54:55
-rw-r--r-- | include/xine.h.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/xine.h.in b/include/xine.h.in index 9fb371004..091ca3f2d 100644 --- a/include/xine.h.in +++ b/include/xine.h.in @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xine.h.in,v 1.14 2002/09/14 19:04:07 guenter Exp $ + * $Id: xine.h.in,v 1.15 2002/09/17 11:54:55 f1rmb Exp $ * * public xine-lib (libxine) interface and documentation * @@ -1017,6 +1017,7 @@ int xine_check_version(int major, int minor, int sub) ; #define XINE_MAJOR_VERSION @XINE_MAJOR@ #define XINE_MINOR_VERSION @XINE_MINOR@ #define XINE_SUB_VERSION @XINE_SUB@ +#define XINE_VERSION "@VERSION@" #ifdef __cplusplus } |