diff options
| author | Stefan Eßer <se@FreeBSD.org> | 2021-10-06 21:27:16 +0000 |
|---|---|---|
| committer | Stefan Eßer <se@FreeBSD.org> | 2021-10-06 21:27:16 +0000 |
| commit | 6f49f5cdde1c62c4e5a743e895f3afe592b5c0e5 (patch) | |
| tree | 638d9b77f65147c13d7a09f5b28e32076f72bbf3 /include/version.h | |
| parent | 5d58a51571721190681c50d4bd3a1f45e6282d72 (diff) | |
vendor/bc: update to version 5.1.1vendor/bc/5.1.1
This update fixes a parser issue, which in special situations could
reject syntactically correct if statements.
Diffstat (limited to 'include/version.h')
| -rw-r--r-- | include/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/version.h b/include/version.h index 3be823189b8f..72500c8e3f28 100644 --- a/include/version.h +++ b/include/version.h @@ -37,6 +37,6 @@ #define BC_VERSION_H /// The current version. -#define VERSION 5.1.0 +#define VERSION 5.1.1 #endif // BC_VERSION_H |
