Sync commit before branch switch.

This commit is contained in:
Martin Dvorak 2014-03-27 17:15:37 +01:00
parent dd18ef4dc8
commit 48da43535c
2 changed files with 3 additions and 3 deletions

4
dist/debian-env.sh vendored
View file

@ -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
View file

@ -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}