diff options
| author | Michael Forney <mforney@mforney.org> | 2022-09-06 11:09:24 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2022-09-06 18:17:30 -0700 |
| commit | 4fad1531cbc506408855d2027a60cdbeaf66eea3 (patch) | |
| tree | 0373c770f68c3fb0648461efd4e45567240ca910 /pkg/binutils/bfd | |
| parent | 4cfca674c2993541cded2bb3b73a55cd58f7533c (diff) | |
binutils: Update to 2.39
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 bd291917..526d541c 100644 --- a/pkg/binutils/bfd/config.h +++ b/pkg/binutils/bfd/config.h @@ -77,10 +77,10 @@ #define PACKAGE "bfd" #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "bfd" -#define PACKAGE_STRING "bfd 2.38" +#define PACKAGE_STRING "bfd 2.39" #define PACKAGE_TARNAME "bfd" #define PACKAGE_URL "" -#define PACKAGE_VERSION "2.38" +#define PACKAGE_VERSION "2.39" #define SIZEOF_INT 4 #define SIZEOF_LONG 8 #define SIZEOF_LONG_LONG 8 @@ -108,7 +108,7 @@ #ifndef __EXTENSIONS__ # define __EXTENSIONS__ 1 #endif -#define VERSION "2.38" +#define VERSION "2.39" #ifndef _DARWIN_USE_64_BIT_INODE # define _DARWIN_USE_64_BIT_INODE 1 #endif |
