1
0
mirror of https://gitlab.com/rnger/amath synced 2026-05-02 19:49:20 +00:00

Update version and help text

This commit is contained in:
2018-08-05 22:38:42 +02:00
parent 9153e78be8
commit 3ab6729951
23 changed files with 150 additions and 142 deletions

View File

@@ -30,7 +30,7 @@
set -e
version="1.8.3"
version="1.8.4"
build_package () {
@@ -87,7 +87,7 @@ echo "Depends: libc6"
echo "Section: math"
echo "Priority: optional"
echo "Homepage: https://amath.innolan.net"
echo "Built-Using: gcc-5.4"
echo "Built-Using: gcc-7.3"
echo "Description: Simple command line calculator"
echo " Features a case sensitive command line interface, internal IEEE 754"
echo " calculations with 15 significant digits, calculations with real and"