* configure.in: Check for --enable-shared. If linking against
[platform/upstream/binutils.git] / gas / version.c
1 /* DO NOT PUT COMMENTS ABOUT CHANGES IN THIS FILE.
2
3    This file exists only to define `version_string'.
4
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:
8
9    Thu Jan  1 00:00:00 1970  Dennis Ritchie  (dmr at alice)
10
11    universe.c (temporal_reality): Began Time.
12    */
13
14 #ifdef HO_VMS
15 dummy3 ()
16 {
17 }
18
19 #endif
20
21 #if defined (__STDC__) || defined (const)
22 const
23 #endif
24 char version_string[] = "GNU assembler version 2.0.1 (alpha release)\n";
25
26 /* end of version.c */