NetBSD -> FreeBSD (This is the FreeBSD version, not the NetBSD version :-)
[unix-history] / gnu / usr.bin / as / version.c
CommitLineData
94f74247 1#if (__STDC__ == 1) || defined(const)
7b374118
NW
2const
3#endif
7b374118 4
94f74247
PR
5/* DO NOT PUT COMMENTS ABOUT CHANGES IN THIS FILE.
6
7b374118 7 This file exists only to define `version_string'.
94f74247 8
7b374118
NW
9 Log changes in ChangeLog. The easiest way to do this is with
10 the Emacs command `add-change-log-entry'. If you don't use Emacs,
11 add entries of the form:
94f74247
PR
12
13 Thu Jan 1 00:00:00 1970 Dennis Ritchie (dmr at alice)
14
15 universe.c (temporal_reality): Began Time.
16 */
7b374118 17
94f74247 18#ifndef lint
d948f44c 19static char rcsid[] = "$Id: version.c,v 1.2 1993/11/03 00:52:27 paul Exp $";
94f74247 20#endif
7b374118 21
d948f44c 22char version_string[] = "GNU assembler version 1.92.3, FreeBSD $Revision: 1.2 $\n";
7b374118 23
94f74247 24#ifdef HO_VMS
7b374118
NW
25dummy3()
26{
27}
28#endif
94f74247
PR
29
30/* end of version.c */