The following commit has been merged in the master branch: commit 1086b6dad7c6eca41c892675f293d88cbba9e70c Author: Marek Lindner lindner_marek@yahoo.de Date: Tue Jan 2 17:28:22 2007 +0100
0.2 developement started
diff --git a/batman.h b/batman.h index 46a60ba..9d16b59 100644 --- a/batman.h +++ b/batman.h @@ -24,7 +24,7 @@ #include <pthread.h> #include "list.h"
-#define SOURCE_VERSION "0.1.1 beta" +#define SOURCE_VERSION "0.2 early alpha" #define COMPAT_VERSION 2 #define PORT 1966 #define UNIDIRECTIONAL 0x80 diff --git a/posix.c b/posix.c index a556f31..046075a 100644 --- a/posix.c +++ b/posix.c @@ -879,6 +879,8 @@ int main(int argc, char *argv[]) dev = NULL; memset(&tmp_ip_holder, 0, sizeof (struct in_addr));
+ printf( "WARNING: You are using the unstable batman branch. If you are interested in *using* batman get the latest stable release !\n" ); + while ( ( optchar = getopt ( argc, argv, "a:d:hHo:g:p:r:s:vV" ) ) != -1 ) {
switch ( optchar ) {