Skip to content

Commit 9358a50

Browse files
committed
Getting ready for Yakkety 1.21 release.
1 parent 87ed4ae commit 9358a50

File tree

9 files changed

+14
-10
lines changed

9 files changed

+14
-10
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
AC_PREREQ([2.69])
1919

20-
AC_INIT(hh, 1.20, [email protected])
20+
AC_INIT(hh, 1.21, [email protected])
2121
AC_CONFIG_FILES([Makefile src/Makefile man/Makefile])
2222

2323
# Checks for src dir existence.

dist/debian-env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
export HHVERSION="1.20.0"
5+
export HHVERSION="1.21.0"
66
#export HHFULLVERSION=${HHVERSION}-1.0 # NMU upload
77
export HHFULLVERSION=${HHVERSION}-1 # mantainer upload
88
export HH=hstr_${HHVERSION}

dist/github-env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ export NOW=`date +%Y-%m-%d--%H-%M-%S`
44
export GH_RELEASE_DIR=~/p/hstr/release
55
export GH_DISTRO_DIR=${GH_RELEASE_DIR}/release-${NOW}
66

7-
export HHVERSION="1.20"
7+
export HHVERSION="1.21"
88

99
# eof

dist/github-release.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
# - update version in the source code (hstr.c)
55
# - update version in configure.ac
66
# - update version github-env.sh
7+
# - ... search for old version using Eclipse/grep
78
# - run this script from this directory
89

910
. ./github-env.sh

dist/ubuntu-add-new-distro-base.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# boostrap new OR refresh distribution base for pbuilder
4-
export DISTRO=xenial
4+
export DISTRO=yakkety
55

66
sudo pbuilder --create $DISTRO
77
rm -vf ~/pbuilder/${DISTRO}-base.tgz

dist/ubuntu-make-all-distros.sh

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,12 @@ then
1616
fi
1717

1818
export HHBZRMSG="Top and bottom prompt."
19-
export VERSION=1.20.
20-
export MINOR=3
19+
export VERSION=1.21.
20+
export MINOR=1
2121

22-
# precise quantal saucy precise utopic / trusty vivid wily xenial
23-
for DISTRO in xenial
22+
# precise quantal saucy precise utopic / trusty vivid wily xenial yakkety
23+
# trusty xenial yakkety
24+
for DISTRO in yakkety
2425
do
2526

2627
./ubuntu-make-distro.sh ${DISTRO} ${VERSION}${MINOR} "${HHBZRMSG}"

dist/ubuntu-make-distro.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ export UBUNTUVERSION=$1
1212
#export UBUNTUVERSION=saucy
1313
#export UBUNTUVERSION=trusty
1414
#export UBUNTUVERSION=utopic
15+
#export UBUNTUVERSION=xenial
16+
#export UBUNTUVERSION=yakkety
1517
export HHVERSION=$2
1618
export HHBZRMSG=$3
1719

pad.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
</Company_Info>
5252
<Program_Info>
5353
<Program_Name>HSTR</Program_Name>
54-
<Program_Version>1.20</Program_Version>
54+
<Program_Version>1.21</Program_Version>
5555
<Program_Release_Month>05</Program_Release_Month>
5656
<Program_Release_Day>09</Program_Release_Day>
5757
<Program_Release_Year>2015</Program_Release_Year>

src/hstr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ static const char *HELP_STRING=
210210
"\n";
211211

212212
static const char *VERSION_STRING=
213-
"hh version \"1.20\""
213+
"hh version \"1.21\""
214214
"\n build \""__DATE__" " __TIME__"\""
215215
"\n";
216216

0 commit comments

Comments
 (0)