mirror of
https://github.com/dvorka/hstr.git
synced 2025-01-27 09:18:03 +08:00
Syncing 1.17 release changes (1.17 final commit).
This commit is contained in:
parent
6b46f6004b
commit
b8595f8bb8
3 changed files with 4 additions and 4 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
AC_PREREQ([2.69])
|
||||
|
||||
AC_INIT(hh, 1.16, martin.dvorak@mindforger.com)
|
||||
AC_INIT(hh, 1.17, martin.dvorak@mindforger.com)
|
||||
AC_CONFIG_FILES([Makefile src/Makefile man/Makefile])
|
||||
|
||||
# Checks for src dir existence.
|
||||
|
|
2
dist/github-env.sh
vendored
2
dist/github-env.sh
vendored
|
@ -4,6 +4,6 @@ export NOW=`date +%Y-%m-%d--%H-%M-%S`
|
|||
export GH_RELEASE_DIR=~/p/hstr/release
|
||||
export GH_DISTRO_DIR=${GH_RELEASE_DIR}/release-${NOW}
|
||||
|
||||
export HHVERSION="1.16"
|
||||
export HHVERSION="1.17"
|
||||
|
||||
# eof
|
||||
|
|
4
dist/ubuntu-make-all-distros.sh
vendored
4
dist/ubuntu-make-all-distros.sh
vendored
|
@ -9,8 +9,8 @@
|
|||
# - check minor version in this file
|
||||
# - run this script from ~/p/hstr/launchpad
|
||||
|
||||
export HHBZRMSG="History timestamps, Zsh support and management fixes."
|
||||
export VERSION=1.16.
|
||||
export HHBZRMSG="History management and color themes fixes."
|
||||
export VERSION=1.17.
|
||||
export MINOR=1
|
||||
|
||||
# precise quantal saucy precise / trusty utopic
|
||||
|
|
Loading…
Reference in a new issue