mirror of
https://github.com/dvorka/hstr.git
synced 2025-01-02 05:02:41 +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
|
||||
|
||||
export HHVERSION="1.0.7"
|
||||
export HHVERSION="1.0.8"
|
||||
#export HHFULLVERSION=${HHVERSION}-1.0 # NMU upload
|
||||
export HHFULLVERSION=${HHVERSION}-1 # mantainer upload
|
||||
export HH=hh_${HHVERSION}
|
||||
|
@ -13,6 +13,6 @@ export HHBUILD=hstr-${NOW}
|
|||
|
||||
export UBUNTUVERSION=unstable
|
||||
|
||||
export HHBZRMSG="Debian compliance."
|
||||
export HHBZRMSG="Radix sort fixes."
|
||||
|
||||
# eof
|
||||
|
|
2
dist/ubuntu-env.sh
vendored
2
dist/ubuntu-env.sh
vendored
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
export HHVERSION="1.8.3"
|
||||
export HHVERSION="1.8.6"
|
||||
export HHFULLVERSION=${HHVERSION}-0ubuntu1
|
||||
export HH=hh_${HHVERSION}
|
||||
export HHRELEASE=hh_${HHFULLVERSION}
|
||||
|
|
Loading…
Reference in a new issue