The branch main has been updated by bapt:

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

commit 5ddfd1db271cc675997a942da599c342ccb53afa
Author:     Baptiste Daroussin <[email protected]>
AuthorDate: 2026-03-01 11:37:24 +0000
Commit:     Baptiste Daroussin <[email protected]>
CommitDate: 2026-03-01 11:37:24 +0000

    diff3: bump version to the date when the GNU diff3 compat was reached
---
 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,

Reply via email to