diff options
| author | Michael Forney <mforney@mforney.org> | 2021-03-02 02:33:06 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2021-03-02 16:20:18 -0800 |
| commit | 951755fcd54be357dded3a096fef7bb67d845042 (patch) | |
| tree | 07b6dcf781919df0a7301e9d87c787c55e8474c4 /pkg/binutils/ld | |
| parent | 6bc79ad049fbbcd77aa16e6db188e11546baee1d (diff) | |
binutils: Update to 2.36.1
Diffstat (limited to 'pkg/binutils/ld')
| -rw-r--r-- | pkg/binutils/ld/config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkg/binutils/ld/config.h b/pkg/binutils/ld/config.h index ade3e8ee..df927a66 100644 --- a/pkg/binutils/ld/config.h +++ b/pkg/binutils/ld/config.h @@ -60,10 +60,10 @@ #define PACKAGE "ld" #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "ld" -#define PACKAGE_STRING "ld 2.36" +#define PACKAGE_STRING "ld 2.36.1" #define PACKAGE_TARNAME "ld" #define PACKAGE_URL "" -#define PACKAGE_VERSION "2.36" +#define PACKAGE_VERSION "2.36.1" #define SIZEOF_VOID_P 8 #define STDC_HEADERS 1 #define STRING_WITH_STRINGS 1 @@ -84,7 +84,7 @@ #ifndef __EXTENSIONS__ # define __EXTENSIONS__ 1 #endif -#define VERSION "2.36" +#define VERSION "2.36.1" /* #undef YYTEXT_POINTER */ #ifndef _DARWIN_USE_64_BIT_INODE # define _DARWIN_USE_64_BIT_INODE 1 |
