git: 40134060f658 - main - diff: Bump version number
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 06 Feb 2026 00:14:30 UTC
The branch main has been updated by des:
URL: https://cgit.FreeBSD.org/src/commit/?id=40134060f6583486ad8ab303140fa73960d3de3d
commit 40134060f6583486ad8ab303140fa73960d3de3d
Author: Dag-Erling Smørgrav <des@FreeBSD.org>
AuthorDate: 2026-02-06 00:13:27 +0000
Commit: Dag-Erling Smørgrav <des@FreeBSD.org>
CommitDate: 2026-02-06 00:14:05 +0000
diff: Bump version number
MFC after: 1 week
Sponsored by: Klara, Inc.
---
usr.bin/diff/diff.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/usr.bin/diff/diff.c b/usr.bin/diff/diff.c
index 1aba09f7a5f7..9bf3f2ad79eb 100644
--- a/usr.bin/diff/diff.c
+++ b/usr.bin/diff/diff.c
@@ -35,7 +35,7 @@
#include "diff.h"
#include "xmalloc.h"
-static const char diff_version[] = "FreeBSD diff 20240307";
+static const char diff_version[] = "FreeBSD diff 20260206";
bool lflag, Nflag, Pflag, rflag, sflag, Tflag, cflag;
bool ignore_file_case, suppress_common, color, noderef;
static bool help = false;