summaryrefslogtreecommitdiff
path: root/include/version.h
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2021-10-04 19:22:35 +0000
committerStefan Eßer <se@FreeBSD.org>2021-10-04 19:22:35 +0000
commit5d58a51571721190681c50d4bd3a1f45e6282d72 (patch)
tree75a67b5732666b10aa1bac4ddece227faa5465af /include/version.h
parenta60ef1802a36f2f2a5611564191440ea1c1e2f17 (diff)
vendor/bc: update to version 5.1.0vendor/bc/5.1.0
This version adds options and functions that allow to print numbers in the open interval (-1 .. 1) with or without a leading 0 digit. Additionally, an option has been added to prevent line wrap and allows to print arbitrarily long results on a single line.
Diffstat (limited to 'include/version.h')
-rw-r--r--include/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/version.h b/include/version.h
index 071b123cccf1..3be823189b8f 100644
--- a/include/version.h
+++ b/include/version.h
@@ -37,6 +37,6 @@
#define BC_VERSION_H
/// The current version.
-#define VERSION 5.0.2
+#define VERSION 5.1.0
#endif // BC_VERSION_H