mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-20 11:11:24 +00:00
8aa7a77c78
1.2 Localize the version number Approved by: obrien
7 lines
137 B
C
7 lines
137 B
C
/* $FreeBSD$ */
|
|
|
|
#include "ansidecl.h"
|
|
#include "version.h"
|
|
|
|
const char *const version_string = "3.2.1 [FreeBSD] 20021009 (prerelease)";
|