mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
4 lines
108 B
C
4 lines
108 B
C
/* $FreeBSD$ */
|
|
#include <config.h>
|
|
#include "version.h"
|
|
const char *version_string = "GNU textutils 1.14";
|