Commit 35238c57 by jim

Fix version

parent e1cb6b6e
Showing with 5 additions and 2 deletions
ethstream
ethstream.1
ethstream.txt
...@@ -312,7 +312,7 @@ int main(int argc, char *argv[]) ...@@ -312,7 +312,7 @@ int main(int argc, char *argv[])
return 0; return 0;
break; break;
case 'V': case 'V':
printf("etherstream " VERSION "\n"); printf("ethstream " VERSION "\n");
printf("Written by Jim Paris <jim@jtan.com>\n"); printf("Written by Jim Paris <jim@jtan.com>\n");
printf("and Zachary Clifford <zacharyc@mit.edu>.\n"); printf("and Zachary Clifford <zacharyc@mit.edu>.\n");
printf("This program comes with no warranty and is " printf("This program comes with no warranty and is "
......
/* This file was automatically generated. */ /* This file was automatically generated. */
#define VERSION "1.2 (2010-02-08)" #define VERSION "1.3 (2013-08-09)"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment