Skip to content

Commit

Permalink
Getting ready for Yakkety 1.21 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvorka committed Oct 22, 2016
1 parent 87ed4ae commit 9358a50
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 10 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

AC_PREREQ([2.69])

AC_INIT(hh, 1.20, [email protected])
AC_INIT(hh, 1.21, [email protected])
AC_CONFIG_FILES([Makefile src/Makefile man/Makefile])

# Checks for src dir existence.
Expand Down
2 changes: 1 addition & 1 deletion dist/debian-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Debian release: https://wiki.debian.org/IntroDebianPackaging

export HHVERSION="1.20.0"
export HHVERSION="1.21.0"
#export HHFULLVERSION=${HHVERSION}-1.0 # NMU upload
export HHFULLVERSION=${HHVERSION}-1 # mantainer upload
export HH=hstr_${HHVERSION}
Expand Down
2 changes: 1 addition & 1 deletion dist/github-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.20"
export HHVERSION="1.21"

# eof
1 change: 1 addition & 0 deletions dist/github-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
# - update version in the source code (hstr.c)
# - update version in configure.ac
# - update version github-env.sh
# - ... search for old version using Eclipse/grep
# - run this script from this directory

. ./github-env.sh
Expand Down
2 changes: 1 addition & 1 deletion dist/ubuntu-add-new-distro-base.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# boostrap new OR refresh distribution base for pbuilder
export DISTRO=xenial
export DISTRO=yakkety

sudo pbuilder --create $DISTRO
rm -vf ~/pbuilder/${DISTRO}-base.tgz
Expand Down
9 changes: 5 additions & 4 deletions dist/ubuntu-make-all-distros.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@ then
fi

export HHBZRMSG="Top and bottom prompt."
export VERSION=1.20.
export MINOR=3
export VERSION=1.21.
export MINOR=1

# precise quantal saucy precise utopic / trusty vivid wily xenial
for DISTRO in xenial
# precise quantal saucy precise utopic / trusty vivid wily xenial yakkety
# trusty xenial yakkety
for DISTRO in yakkety
do

./ubuntu-make-distro.sh ${DISTRO} ${VERSION}${MINOR} "${HHBZRMSG}"
Expand Down
2 changes: 2 additions & 0 deletions dist/ubuntu-make-distro.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ export UBUNTUVERSION=$1
#export UBUNTUVERSION=saucy
#export UBUNTUVERSION=trusty
#export UBUNTUVERSION=utopic
#export UBUNTUVERSION=xenial
#export UBUNTUVERSION=yakkety
export HHVERSION=$2
export HHBZRMSG=$3

Expand Down
2 changes: 1 addition & 1 deletion pad.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
</Company_Info>
<Program_Info>
<Program_Name>HSTR</Program_Name>
<Program_Version>1.20</Program_Version>
<Program_Version>1.21</Program_Version>
<Program_Release_Month>05</Program_Release_Month>
<Program_Release_Day>09</Program_Release_Day>
<Program_Release_Year>2015</Program_Release_Year>
Expand Down
2 changes: 1 addition & 1 deletion src/hstr.c
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ static const char *HELP_STRING=
"\n";

static const char *VERSION_STRING=
"hh version \"1.20\""
"hh version \"1.21\""
"\n build \""__DATE__" " __TIME__"\""
"\n";

Expand Down

0 comments on commit 9358a50

Please sign in to comment.