Skip to content

Commit

Permalink
update verison to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
WuBingzheng committed Feb 24, 2017
1 parent 87cb08d commit 84b872f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 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: 1.0.2"
echo "version: 1.0.3"
exit 0
;;
'--help')
Expand Down
2 changes: 1 addition & 1 deletion memleax.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH memleax 1 "29 Jan 2017" "version 1.0.2"
.TH memleax 1 "29 Jan 2017" "version 1.0.3"


.SH NAME
Expand Down
2 changes: 1 addition & 1 deletion memleax.c
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ int main(int argc, char * const *argv)
printf("%s", help_info);
return 0;
case 'v':
printf("Version: 1.0.2\n");
printf("Version: 1.0.3\n");
printf("Author: Wu Bingzheng\n");
return 0;
default:
Expand Down
6 changes: 4 additions & 2 deletions memleax.spec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Name: memleax
Version: 1.0.2
Version: 1.0.3
Release: 1%{?dist}
Summary: Debugs memory leak of a running process

License: GPLv2
URL: http://wubingzheng.github.io/memleax/
Source0: https://github.com/WuBingzheng/memleax/archive/v1.0.2.tar.gz
Source0: https://github.com/WuBingzheng/memleax/archive/v1.0.3.tar.gz

BuildRequires: libdwarf-devel, elfutils-libelf-devel, libunwind-devel

Expand Down Expand Up @@ -36,5 +36,7 @@ make install DESTDIR=%{buildroot}


%changelog
* Sat Feb 28 2017 Wu Bingzheng <[email protected]> - 1.0.3-1.el7.centos
- add '-lz' in configure for FreeBSD
* Sat Jan 28 2017 Wu Bingzheng <[email protected]> - 1.0.2-1.el7.centos
- update README.md, and add man page

0 comments on commit 84b872f

Please sign in to comment.