aboutsummaryrefslogtreecommitdiffstats
path: root/brctl
diff options
context:
space:
mode:
authorshemminger <shemminger>2004-05-11 21:22:28 +0000
committershemminger <shemminger>2004-05-11 21:22:28 +0000
commit5c76d5a34bf3378436f93e95a0e750b5546b6f46 (patch)
tree92ad60f122c5149b13d79e6cfd149c3f5672f8d6 /brctl
parent914abde5566e3c03bf144a93ff9c2f051da55c3e (diff)
downloadandroid_external_brctl-5c76d5a34bf3378436f93e95a0e750b5546b6f46.tar.gz
android_external_brctl-5c76d5a34bf3378436f93e95a0e750b5546b6f46.tar.bz2
android_external_brctl-5c76d5a34bf3378436f93e95a0e750b5546b6f46.zip
Change to 1.0
Diffstat (limited to 'brctl')
-rw-r--r--brctl/brctl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/brctl/brctl.c b/brctl/brctl.c
index 2dc4f27..5ff9ab4 100644
--- a/brctl/brctl.c
+++ b/brctl/brctl.c
@@ -23,7 +23,7 @@
#include "libbridge.h"
#include "brctl.h"
-const char *version = "0.9.9";
+const char *version = "bridge-utils 1.0 (11-May-2004)";
const char *help_message =
"commands:\n"
@@ -59,7 +59,7 @@ int main(int argc, char *argv[])
goto help;
if (strcmp(argv[1], "-V") == 0) {
- fprintf(stderr, "bridge-utils %s\n", version);
+ fprintf(stderr, "%s, %s\n", argv[0], version);
return 0;
}