From e22cde5c1c5ce5ebef0173993dc67e3e9c811c33 Mon Sep 17 00:00:00 2001 From: "J. Brandt Buckley" Date: Wed, 16 Apr 2014 01:04:30 -0700 Subject: [PATCH] Increment version --- Readme.md | 3 +++ symlinks.8 | 2 +- symlinks.c | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 3225401..7aaa5c5 100644 --- a/Readme.md +++ b/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. diff --git a/symlinks.8 b/symlinks.8 index 79883ae..aa443cf 100644 --- a/symlinks.8 +++ b/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 diff --git a/symlinks.c b/symlinks.c index 68d4cbb..243f7b4 100644 --- a/symlinks.c +++ b/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,