mirror of
https://https.git.savannah.gnu.org/git/diffutils.git
synced 2026-01-27 09:54:25 +00:00
6 lines
94 B
C
6 lines
94 B
C
/* Version number of GNU diff. */
|
|
|
|
#include <config.h>
|
|
|
|
char const version_string[] = "2.7";
|