Author: marek Date: 2010-06-24 17:57:29 +0200 (Thu, 24 Jun 2010) New Revision: 1725
Modified: trunk/batctl/main.h Log: batctl: adapting source version to revised versioning scheme
The new versioning scheme looks like this: * the trunk will simply be named "devel" followed by a revision number * the upcoming release branch will be "maint" followed by a revision number * the releases will carry their respective names (e.g. 2010.0.0)
Signed-off-by: Marek Lindner lindner_marek@yahoo.de
Modified: trunk/batctl/main.h =================================================================== --- trunk/batctl/main.h 2010-06-24 15:57:28 UTC (rev 1724) +++ trunk/batctl/main.h 2010-06-24 15:57:29 UTC (rev 1725) @@ -21,6 +21,6 @@
-#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 SOURCE_VERSION "devel" /*put exactly one distinct word inside the string like "0.3-pre-alpha" or "0.3-rc1" or "0.3" */
#define SOCKET_PATH "batman_adv/bat0/socket"