Skip to content

Commit b3a4bba

Browse files
committed
update to version 1.0.1. bugfix in reading maps, thanks to mneilly
1 parent 6d2e7c2 commit b3a4bba

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Hope this is useful for others.
2222
Stable and completed.
2323

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

2727
However if you get any new feature or bug, please report
2828
to [GitHub] (https://github.com/WuBingzheng/memleax),

configure

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ for opt in $@; do
1515
prefix=$value
1616
;;
1717
'--version')
18-
echo "version: 1.0"
18+
echo "version: 1.0.1"
1919
exit 0
2020
;;
2121
'--help')

memleax-centos.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Summary: memleax detects memory leak of a running process
55
Group: Development/Debuggers
66
URL: https://github.com/WuBingzheng/memleax
77
Vendor: Wu Bingzheng
8-
Version: 1.0
8+
Version: 1.0.1
99

1010
License: GPL
1111
Release: el7

memleax.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ int main(int argc, char * const *argv)
109109
printf("%s", help);
110110
return 0;
111111
case 'v':
112-
printf("Version: 1.0\n");
112+
printf("Version: 1.0.1\n");
113113
printf("Author: Wu Bingzheng\n");
114114
return 0;
115115
default:

0 commit comments

Comments
 (0)