Skip to content

Commit

Permalink
update to version 1.0.1. bugfix in reading maps, thanks to mneilly
Browse files Browse the repository at this point in the history
  • Loading branch information
WuBingzheng committed Aug 29, 2016
1 parent 6d2e7c2 commit b3a4bba
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Hope this is useful for others.
Stable and completed.

`memleax` is a tool with single and clear aim. There is
no bug to fix and no new feature to add by now.
no known bug to fix and no new feature to add by now.

However if you get any new feature or bug, please report
to [GitHub] (https://github.com/WuBingzheng/memleax),
Expand Down
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ for opt in $@; do
prefix=$value
;;
'--version')
echo "version: 1.0"
echo "version: 1.0.1"
exit 0
;;
'--help')
Expand Down
2 changes: 1 addition & 1 deletion memleax-centos.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Summary: memleax detects memory leak of a running process
Group: Development/Debuggers
URL: https://github.com/WuBingzheng/memleax
Vendor: Wu Bingzheng
Version: 1.0
Version: 1.0.1

License: GPL
Release: el7
Expand Down
2 changes: 1 addition & 1 deletion memleax.c
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ int main(int argc, char * const *argv)
printf("%s", help);
return 0;
case 'v':
printf("Version: 1.0\n");
printf("Version: 1.0.1\n");
printf("Author: Wu Bingzheng\n");
return 0;
default:
Expand Down

0 comments on commit b3a4bba

Please sign in to comment.