mirror of
https://github.com/dvorka/hstr.git
synced 2025-01-04 14:12:01 +08:00
Sync commit before branch switch.
This commit is contained in:
parent
dd18ef4dc8
commit
48da43535c
2 changed files with 3 additions and 3 deletions
4
dist/debian-env.sh
vendored
4
dist/debian-env.sh
vendored
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Debian release: https://wiki.debian.org/IntroDebianPackaging
|
# Debian release: https://wiki.debian.org/IntroDebianPackaging
|
||||||
|
|
||||||
export HHVERSION="1.0.7"
|
export HHVERSION="1.0.8"
|
||||||
#export HHFULLVERSION=${HHVERSION}-1.0 # NMU upload
|
#export HHFULLVERSION=${HHVERSION}-1.0 # NMU upload
|
||||||
export HHFULLVERSION=${HHVERSION}-1 # mantainer upload
|
export HHFULLVERSION=${HHVERSION}-1 # mantainer upload
|
||||||
export HH=hh_${HHVERSION}
|
export HH=hh_${HHVERSION}
|
||||||
|
@ -13,6 +13,6 @@ export HHBUILD=hstr-${NOW}
|
||||||
|
|
||||||
export UBUNTUVERSION=unstable
|
export UBUNTUVERSION=unstable
|
||||||
|
|
||||||
export HHBZRMSG="Debian compliance."
|
export HHBZRMSG="Radix sort fixes."
|
||||||
|
|
||||||
# eof
|
# eof
|
||||||
|
|
2
dist/ubuntu-env.sh
vendored
2
dist/ubuntu-env.sh
vendored
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
export HHVERSION="1.8.3"
|
export HHVERSION="1.8.6"
|
||||||
export HHFULLVERSION=${HHVERSION}-0ubuntu1
|
export HHFULLVERSION=${HHVERSION}-0ubuntu1
|
||||||
export HH=hh_${HHVERSION}
|
export HH=hh_${HHVERSION}
|
||||||
export HHRELEASE=hh_${HHFULLVERSION}
|
export HHRELEASE=hh_${HHFULLVERSION}
|
||||||
|
|
Loading…
Reference in a new issue