Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
wattsworth
/
ethstream
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
35238c57
authored
Aug 17, 2013
by
jim
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Fix version
parent
e1cb6b6e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
.gitignore
ethstream.c
version.h
.gitignore
0 → 100644
View file @
35238c57
ethstream
ethstream.1
ethstream.txt
ethstream.c
View file @
35238c57
...
...
@@ -312,7 +312,7 @@ int main(int argc, char *argv[])
return
0
;
break
;
case
'V'
:
printf
(
"eth
er
stream "
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 "
...
...
version.h
View file @
35238c57
/* This file was automatically generated. */
#define VERSION "1.
2 (2010-02-08
)"
#define VERSION "1.
3 (2013-08-09
)"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment