diff --git a/dist/ubuntu-make-all-distros.sh b/dist/ubuntu-make-all-distros.sh index 3d2421f..93f0e78 100755 --- a/dist/ubuntu-make-all-distros.sh +++ b/dist/ubuntu-make-all-distros.sh @@ -19,8 +19,8 @@ export HHBZRMSG="Top and bottom prompt." export VERSION=1.24. export MINOR=0 -# precise quantal saucy precise utopic vivid wily yakkety / trusty xenial zesty artful -for DISTRO in trustry xenial zesty artful +# precise quantal saucy precise utopic vivid wily yakkety zesty / trusty xenial artful +for DISTRO in trustry xenial artful do ./ubuntu-make-distro.sh ${DISTRO} ${VERSION}${MINOR} "${HHBZRMSG}" diff --git a/src/hstr.c b/src/hstr.c index c8bdd25..a704ca4 100644 --- a/src/hstr.c +++ b/src/hstr.c @@ -247,7 +247,7 @@ static const char *HELP_STRING= "\n"; static const char *VERSION_STRING= - "hh version \"1.24\" (2018-01-03T12:19:00)" + "hh version \"1.24\" (2018-02-18T11:00:00)" "\n"; // TODO help screen - curses window (tig)