From 48da43535c16f80418b43a087cb64a7e532c4001 Mon Sep 17 00:00:00 2001 From: Martin Dvorak Date: Thu, 27 Mar 2014 17:15:37 +0100 Subject: [PATCH] Sync commit before branch switch. --- dist/debian-env.sh | 4 ++-- dist/ubuntu-env.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dist/debian-env.sh b/dist/debian-env.sh index ab3ced5..4317cd3 100755 --- a/dist/debian-env.sh +++ b/dist/debian-env.sh @@ -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 diff --git a/dist/ubuntu-env.sh b/dist/ubuntu-env.sh index 54af73f..c8544c5 100755 --- a/dist/ubuntu-env.sh +++ b/dist/ubuntu-env.sh @@ -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}