mirror of
https://github.com/dvorka/hstr.git
synced 2024-11-10 09:03:06 +08:00
PPA update to the current release.
This commit is contained in:
parent
069ad24822
commit
c0c6db116a
2 changed files with 3 additions and 3 deletions
4
dist/ubuntu-make-all-distros.sh
vendored
4
dist/ubuntu-make-all-distros.sh
vendored
|
@ -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}"
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue