]> git.sesse.net Git - vlc/commitdiff
* changed the protocol version for communication between vlc and vlcs
authorMarc Ariberti <marcari@videolan.org>
Mon, 26 Nov 2001 23:06:02 +0000 (23:06 +0000)
committerMarc Ariberti <marcari@videolan.org>
Mon, 26 Nov 2001 23:06:02 +0000 (23:06 +0000)
from 12 to 13 (due to change from ts:// to udpstream://)

src/misc/netutils.c

index 0e3479d3f05424575cbf404362ce82d03b4f0fbb..993b266d42a6a5f6593dbb5e3b68817a1c19725c 100644 (file)
@@ -2,7 +2,7 @@
  * netutils.c: various network functions
  *****************************************************************************
  * Copyright (C) 1999, 2000, 2001 VideoLAN
- * $Id: netutils.c,v 1.49 2001/11/23 18:47:51 massiot Exp $
+ * $Id: netutils.c,v 1.50 2001/11/26 23:06:02 marcari Exp $
  *
  * Authors: Vincent Seguin <seguin@via.ecp.fr>
  *          Benoit Steiner <benny@via.ecp.fr>
@@ -203,7 +203,7 @@ int network_ChannelJoin( int i_channel )
 {
 #if defined( SYS_LINUX ) || defined( WIN32 )
 
-#define VLCS_VERSION 12
+#define VLCS_VERSION 13
 #define MESSAGE_LENGTH 256
 
     char psz_mess[ MESSAGE_LENGTH ];