Browse Source

Increment version

devel v1.4.3
J. Brandt Buckley 11 years ago
parent
commit
e22cde5c1c
  1. 3
      Readme.md
  2. 2
      symlinks.8
  3. 2
      symlinks.c

3
Readme.md

@ -47,6 +47,9 @@ Usage
Changes
-------
#### v1.4.3
- Fixed LFS support bug that caused erratic behavior on 32-bit systems.
#### v1.4.2
- Reformatted for readability roughly based on Google style guide.
- Fixed loss of precision due to implicit type conversion.

2
symlinks.8

@ -1,4 +1,4 @@
.TH SYMLINKS 8 "April 2014" "Version 1.4.2"
.TH SYMLINKS 8 "April 2014" "Version 1.4.3"
.SH NAME
symlinks \- symbolic link maintenance utility

2
symlinks.c

@ -29,7 +29,7 @@
#define PATH_MAX 1024
#endif
#define progver "%s: scan/change symbolic links - v1.4.2\n\n"
#define progver "%s: scan/change symbolic links - v1.4.3\n\n"
static char *progname;
static int verbose = 0,

Loading…
Cancel
Save