diff options
| author | Stefan Eßer <se@FreeBSD.org> | 2022-06-11 09:54:23 +0000 |
|---|---|---|
| committer | Stefan Eßer <se@FreeBSD.org> | 2022-06-11 09:54:23 +0000 |
| commit | bd54318046bfee055b140705a5cfd4148e78da07 (patch) | |
| tree | 4a81ababcd7fa8c5e5424e7ed7a2738c54e0d639 /include | |
| parent | 5bdd626528a2bb3e341e283b2eb279235997b8f4 (diff) | |
vendor/bc: import of version 5.3.1vendor/bc/5.3.1
This update does not contain any functional change, but fixes two
minor build issues:
- Temporary files were created in the source directory, causing build
failures if the sources were not writable at build time.
- A message catalogue contained extra characters that were ignored but
made gencat print warning messages.
Diffstat (limited to 'include')
| -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 7dc3c053447f..d460ebfa2d10 100644 --- a/include/version.h +++ b/include/version.h @@ -37,6 +37,6 @@ #define BC_VERSION_H /// The current version. -#define VERSION 5.3.0 +#define VERSION 5.3.1 #endif // BC_VERSION_H |
