Fix version

This commit is contained in:
Jim Paris 2013-08-17 22:21:30 -04:00
parent e1cb6b6ee0
commit 35238c57d0
3 changed files with 5 additions and 2 deletions

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
ethstream
ethstream.1
ethstream.txt

View File

@ -312,7 +312,7 @@ int main(int argc, char *argv[])
return 0;
break;
case 'V':
printf("etherstream " VERSION "\n");
printf("ethstream " VERSION "\n");
printf("Written by Jim Paris <jim@jtan.com>\n");
printf("and Zachary Clifford <zacharyc@mit.edu>.\n");
printf("This program comes with no warranty and is "

View File

@ -1,2 +1,2 @@
/* This file was automatically generated. */
#define VERSION "1.2 (2010-02-08)"
#define VERSION "1.3 (2013-08-09)"