Skip to content

Commit 5a0754a

Browse files
committed
bumped version to 2.5.0
1 parent b4a8352 commit 5a0754a

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

man/dfc.1

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH dfc 1 "April 1, 2012" "version 2.4.0" "USER COMMANDS"
1+
.TH dfc 1 "April 3, 2012" "version 2.5.0" "USER COMMANDS"
22
.SH NAME
33
dfc \- display file system space usage using graph and colors
44
.SH SYNOPSIS
@@ -131,8 +131,7 @@ Print dfc(1) version and exit.
131131
Use a wider bar.
132132
.TP
133133
\-W
134-
Wide path name (avoid truncation of file name). May require a larger display
135-
but shows the whole paths even if they are loooooong.
134+
Wide path name (avoid truncation of file name). May require a larger display.
136135
.SH BUGS
137136
If you find one, please contact the author and explain what you encounter.
138137
.SH AUTHORS

src/extern.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
* Globals and dfc version declaration
3434
*/
3535

36-
#define VERSION "2.4.0"
36+
#define VERSION "2.5.0"
3737

3838
/* set flags for options */
3939
int aflag, bflag, cflag, fflag, hflag, iflag, mflag, nflag, oflag, sflag,

0 commit comments

Comments
 (0)