From 1cf4adafc9f3070277981fa6571b54517fcce936 Mon Sep 17 00:00:00 2001 From: phintuka Date: Wed, 23 Aug 2006 05:27:11 +0000 Subject: Frontend uses same version number as plugin --- xine_frontend.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/xine_frontend.h b/xine_frontend.h index 86106c59..227a742f 100644 --- a/xine_frontend.h +++ b/xine_frontend.h @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: xine_frontend.h,v 1.4 2006-08-16 21:46:34 phintuka Exp $ + * $Id: xine_frontend.h,v 1.5 2006-08-23 05:27:11 phintuka Exp $ * */ @@ -15,8 +15,7 @@ extern "C" { #endif -#define FE_VERSION_STR "0.9.9" -#define FE_VERSION 0x99 /*(((0)<<16) | ((9)<<8) | ((9)))*/ +#define FE_VERSION_STR XINELIBOUTPUT_VERSION /*"1.0.0pre1"*/ typedef void (*fe_keypress_f)(const char *keymap, const char *name); -- cgit v1.2.3