git: feef48d5fe91 - stable/15 - diff3: bump version to the date when the GNU diff3 compat was reached

From: Dag-Erling Smørgrav <des_at_FreeBSD.org>
Date: Sun, 22 Mar 2026 08:05:57 UTC
The branch stable/15 has been updated by des:

URL: https://cgit.FreeBSD.org/src/commit/?id=feef48d5fe911deeaa5c2949a0465a3717682353

commit feef48d5fe911deeaa5c2949a0465a3717682353
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2026-03-01 11:37:24 +0000
Commit:     Dag-Erling Smørgrav <des@FreeBSD.org>
CommitDate: 2026-03-22 02:04:59 +0000

    diff3: bump version to the date when the GNU diff3 compat was reached
    
    (cherry picked from commit 5ddfd1db271cc675997a942da599c342ccb53afa)
---
 usr.bin/diff3/diff3.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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,