diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2026-03-01 11:37:24 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2026-03-01 11:37:24 +0000 |
| commit | 5ddfd1db271cc675997a942da599c342ccb53afa (patch) | |
| tree | 43903c18b0c844792e7d7812c29c26f0bcfd67f7 | |
| parent | 5df6aca10906f669bc7095ff735eba6b8fe95ff0 (diff) | |
diff3: bump version to the date when the GNU diff3 compat was reached
| -rw-r--r-- | usr.bin/diff3/diff3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/diff3/diff3.c b/usr.bin/diff3/diff3.c index c33e3275d006..fce4d353af69 100644 --- a/usr.bin/diff3/diff3.c +++ b/usr.bin/diff3/diff3.c @@ -157,7 +157,7 @@ static void increase(void); static void usage(void); static void printrange(FILE *, struct range *); -static const char diff3_version[] = "FreeBSD diff3 20240925"; +static const char diff3_version[] = "FreeBSD diff3 20260213"; enum { DIFFPROG_OPT, |
