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/gas | |
| parent | 6bc79ad049fbbcd77aa16e6db188e11546baee1d (diff) | |
binutils: Update to 2.36.1
Diffstat (limited to 'pkg/binutils/gas')
| -rw-r--r-- | pkg/binutils/gas/config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkg/binutils/gas/config.h b/pkg/binutils/gas/config.h index da7519f2..220de76c 100644 --- a/pkg/binutils/gas/config.h +++ b/pkg/binutils/gas/config.h @@ -90,10 +90,10 @@ #define PACKAGE "gas" #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "gas" -#define PACKAGE_STRING "gas 2.36" +#define PACKAGE_STRING "gas 2.36.1" #define PACKAGE_TARNAME "gas" #define PACKAGE_URL "" -#define PACKAGE_VERSION "2.36" +#define PACKAGE_VERSION "2.36.1" /* #undef STACK_DIRECTION */ #define STDC_HEADERS 1 /* #undef STRICTCOFF */ @@ -125,7 +125,7 @@ # define __EXTENSIONS__ 1 #endif /* #undef USING_CGEN */ -#define VERSION "2.36" +#define VERSION "2.36.1" #if defined AC_APPLE_UNIVERSAL_BUILD # if defined __BIG_ENDIAN__ # define WORDS_BIGENDIAN 1 |
