diff options
| author | Michael Forney <mforney@mforney.org> | 2020-08-14 00:57:23 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2020-08-14 01:07:03 -0700 |
| commit | f345b8be04d5f5be102bbd83597a640a4151c448 (patch) | |
| tree | e94b07d7e16df05b487097e0bfee319dc3e55daa /pkg/binutils/bfd | |
| parent | 401be52b833475b40032dd20fc234addd79a17ca (diff) | |
binutils: Update to 2.35
Diffstat (limited to 'pkg/binutils/bfd')
| -rw-r--r-- | pkg/binutils/bfd/config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkg/binutils/bfd/config.h b/pkg/binutils/bfd/config.h index 3ada84ef..e0dcc394 100644 --- a/pkg/binutils/bfd/config.h +++ b/pkg/binutils/bfd/config.h @@ -96,10 +96,10 @@ #define PACKAGE "bfd" #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "bfd" -#define PACKAGE_STRING "bfd 2.34" +#define PACKAGE_STRING "bfd 2.35" #define PACKAGE_TARNAME "bfd" #define PACKAGE_URL "" -#define PACKAGE_VERSION "2.34" +#define PACKAGE_VERSION "2.35" /* #undef SIZEOF_CHAR */ #define SIZEOF_INT 4 #define SIZEOF_LONG 8 @@ -131,7 +131,7 @@ #ifndef __EXTENSIONS__ # define __EXTENSIONS__ 1 #endif -#define VERSION "2.34" +#define VERSION "2.35" #ifndef _DARWIN_USE_64_BIT_INODE # define _DARWIN_USE_64_BIT_INODE 1 #endif |
