summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/xine.h.in3
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
}