Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
[deliverable/binutils-gdb.git] / gas / version.c
CommitLineData
0e39a8bb 1/* DO NOT PUT COMMENTS ABOUT CHANGES IN THIS FILE.
6efd877d 2
0e39a8bb 3 This file exists only to define `version_string'.
6efd877d 4
0e39a8bb
RP
5 Log changes in ChangeLog. The easiest way to do this is with
6 the Emacs command `add-change-log-entry'. If you don't use Emacs,
7 add entries of the form:
6efd877d 8
a39116f1 9 Thu Jan 1 00:00:00 1970 Dennis Ritchie (dmr at alice)
6efd877d 10
8b228fe9 11 universe.c (temporal_reality): Began Time.
a39116f1 12 */
0e39a8bb 13
4b0dd31c 14#ifdef HO_VMS
6efd877d 15dummy3 ()
0e39a8bb
RP
16{
17}
6efd877d 18
0e39a8bb 19#endif
8b228fe9 20
70540d18 21#if defined (__STDC__) || defined (const)
cc1b689f
KR
22const
23#endif
c5d4bc88 24char version_string[] = "GNU assembler version 2.0.1 (alpha release)\n";
8b228fe9
RP
25
26/* end of version.c */
This page took 0.199667 seconds and 4 git commands to generate.