Skip to content

Commit

Permalink
update version to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
WuBingzheng committed Jun 30, 2016
1 parent 1a3f8d6 commit 6a9d6d3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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: 0.4"
echo "version: 0.4.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: 0.4
Version: 0.4.1

License: GPL
Release: 1.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: 0.4\n");
printf("Version: 0.4.1\n");
printf("Author: Wu Bingzheng\n");
return 0;
default:
Expand Down

0 comments on commit 6a9d6d3

Please sign in to comment.