Tue Oct 20 13:02:25 1992 Ian Lance Taylor (ian@cygnus.com)
[binutils-gdb.git] / gas / version.c
1 #if (__STDC__ == 1) || defined(const)
2 const
3 #endif
4
5 /* DO NOT PUT COMMENTS ABOUT CHANGES IN THIS FILE.
6
7 This file exists only to define `version_string'.
8
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:
12
13 Thu Jan 1 00:00:00 1970 Dennis Ritchie (dmr at alice)
14
15 universe.c (temporal_reality): Began Time.
16 */
17
18 #ifdef VMS
19 dummy3()
20 {
21 }
22 #endif
23
24 char version_string[] = "GNU assembler version 1.91 (Cygnus Support pre-release)\n";
25
26 /* end of version.c */