Browse Source

Fix version

tags/ethstream-1.3^0
Jim Paris 10 years ago
parent
commit
35238c57d0
3 changed files with 5 additions and 2 deletions
  1. +3
    -0
      .gitignore
  2. +1
    -1
      ethstream.c
  3. +1
    -1
      version.h

+ 3
- 0
.gitignore View File

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

+ 1
- 1
ethstream.c 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 "


+ 1
- 1
version.h 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)"

Loading…
Cancel
Save