diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8c1585e --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +ethstream +ethstream.1 +ethstream.txt diff --git a/ethstream.c b/ethstream.c index 0798093..1eb91bb 100644 --- a/ethstream.c +++ b/ethstream.c @@ -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 \n"); printf("and Zachary Clifford .\n"); printf("This program comes with no warranty and is " diff --git a/version.h b/version.h index dbf96c6..aeb49c9 100644 --- a/version.h +++ b/version.h @@ -1,2 +1,2 @@ /* This file was automatically generated. */ -#define VERSION "1.2 (2010-02-08)" +#define VERSION "1.3 (2013-08-09)"