summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2006-08-23 05:27:11 +0000
committerphintuka <phintuka>2006-08-23 05:27:11 +0000
commit1cf4adafc9f3070277981fa6571b54517fcce936 (patch)
tree4abed1f58bfc40bf33a86a625ab87c07a9693db1
parent76c00c841906875f1a63e924c2ba58a986edbfd5 (diff)
downloadxineliboutput-1cf4adafc9f3070277981fa6571b54517fcce936.tar.gz
xineliboutput-1cf4adafc9f3070277981fa6571b54517fcce936.tar.bz2
Frontend uses same version number as plugin
-rw-r--r--xine_frontend.h5
1 files 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);