diff options
| author | Michael Forney <mforney@mforney.org> | 2021-01-28 16:32:07 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2021-01-28 16:32:07 -0800 |
| commit | 5a2f2d11116a20beffa1b278c4b56c07833f7b1d (patch) | |
| tree | 16fb7fe5375cf0e8a4fa7c836ffc6aff69fe4286 /pkg/binutils/opcodes | |
| parent | 3bcba3aa6c63bdcd1d329915615144620642144b (diff) | |
binutils: Update to 2.36
Diffstat (limited to 'pkg/binutils/opcodes')
| -rw-r--r-- | pkg/binutils/opcodes/config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkg/binutils/opcodes/config.h b/pkg/binutils/opcodes/config.h index 1949f4ae..31a4cb90 100644 --- a/pkg/binutils/opcodes/config.h +++ b/pkg/binutils/opcodes/config.h @@ -21,10 +21,10 @@ #define PACKAGE "opcodes" #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "opcodes" -#define PACKAGE_STRING "opcodes 2.35.1" +#define PACKAGE_STRING "opcodes 2.36" #define PACKAGE_TARNAME "opcodes" #define PACKAGE_URL "" -#define PACKAGE_VERSION "2.35.1" +#define PACKAGE_VERSION "2.36" #define STDC_HEADERS 1 #define STRING_WITH_STRINGS 1 #ifndef _ALL_SOURCE @@ -42,7 +42,7 @@ #ifndef __EXTENSIONS__ # define __EXTENSIONS__ 1 #endif -#define VERSION "2.35.1" +#define VERSION "2.36" /* #undef _MINIX */ /* #undef _POSIX_1_SOURCE */ /* #undef _POSIX_SOURCE */ |
