mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-19 10:53:58 +00:00
5 lines
108 B
C
5 lines
108 B
C
/* $FreeBSD$ */
|
|
#include <config.h>
|
|
#include "version.h"
|
|
const char *version_string = "GNU textutils 1.14";
|