diff options
author | John Gilmore <gnu@cygnus> | 1993-02-16 08:52:11 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1993-02-16 08:52:11 +0000 |
commit | ceede9254953a28d554e62decc163048e4bf0be0 (patch) | |
tree | 05d037192b0eb03ba9f1f8207a46f33671ca4517 /include | |
parent | ec30dfba1725e58d81c92c3af6712e88653edc9b (diff) | |
download | gdb-ceede9254953a28d554e62decc163048e4bf0be0.zip gdb-ceede9254953a28d554e62decc163048e4bf0be0.tar.gz gdb-ceede9254953a28d554e62decc163048e4bf0be0.tar.bz2 |
Update for BFD_VERSION 2.1.
Diffstat (limited to 'include')
-rw-r--r-- | include/bfd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bfd.h b/include/bfd.h index 4782686..77c1bdd 100644 --- a/include/bfd.h +++ b/include/bfd.h @@ -45,7 +45,7 @@ here. */ #include "ansidecl.h" #include "obstack.h" -#define BFD_VERSION "2.0" +#define BFD_VERSION "2.1" /* forward declaration */ typedef struct _bfd bfd; |