Author: marek Date: 2009-12-30 04:25:15 +0000 (Wed, 30 Dec 2009) New Revision: 1523
Modified: trunk/batctl/main.h Log: batctl: mark trunk as 0.3 branch
The batctl 0.2.x branch has been moved to branches, in order to stay in sync with the batman-adv 0.2.x branch which can be found in the git repository.
Modified: trunk/batctl/main.h =================================================================== --- trunk/batctl/main.h 2009-12-30 04:20:44 UTC (rev 1522) +++ trunk/batctl/main.h 2009-12-30 04:25:15 UTC (rev 1523) @@ -21,6 +21,6 @@
-#define SOURCE_VERSION "0.2.1-beta" /*put exactly one distinct word inside the string like "0.3-pre-alpha" or "0.3-rc1" or "0.3" */ +#define SOURCE_VERSION "0.3.0-alpha" /*put exactly one distinct word inside the string like "0.3-pre-alpha" or "0.3-rc1" or "0.3" */
#define BAT_DEVICE "/dev/batman-adv"