File tree Expand file tree Collapse file tree 9 files changed +14
-10
lines changed Expand file tree Collapse file tree 9 files changed +14
-10
lines changed Original file line number Diff line number Diff line change 17
17
18
18
AC_PREREQ ( [ 2.69] )
19
19
20
- AC_INIT ( hh ,
1.20 ,
[email protected] )
20
+ AC_INIT ( hh ,
1.21 ,
[email protected] )
21
21
AC_CONFIG_FILES ( [ Makefile src/Makefile man/Makefile] )
22
22
23
23
# Checks for src dir existence.
Original file line number Diff line number Diff line change 2
2
3
3
# Debian release: https://wiki.debian.org/IntroDebianPackaging
4
4
5
- export HHVERSION=" 1.20 .0"
5
+ export HHVERSION=" 1.21 .0"
6
6
# export HHFULLVERSION=${HHVERSION}-1.0 # NMU upload
7
7
export HHFULLVERSION=${HHVERSION} -1 # mantainer upload
8
8
export HH=hstr_${HHVERSION}
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ export NOW=`date +%Y-%m-%d--%H-%M-%S`
4
4
export GH_RELEASE_DIR=~ /p/hstr/release
5
5
export GH_DISTRO_DIR=${GH_RELEASE_DIR} /release-${NOW}
6
6
7
- export HHVERSION=" 1.20 "
7
+ export HHVERSION=" 1.21 "
8
8
9
9
# eof
Original file line number Diff line number Diff line change 4
4
# - update version in the source code (hstr.c)
5
5
# - update version in configure.ac
6
6
# - update version github-env.sh
7
+ # - ... search for old version using Eclipse/grep
7
8
# - run this script from this directory
8
9
9
10
. ./github-env.sh
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
3
# boostrap new OR refresh distribution base for pbuilder
4
- export DISTRO=xenial
4
+ export DISTRO=yakkety
5
5
6
6
sudo pbuilder --create $DISTRO
7
7
rm -vf ~ /pbuilder/${DISTRO} -base.tgz
Original file line number Diff line number Diff line change 16
16
fi
17
17
18
18
export HHBZRMSG=" Top and bottom prompt."
19
- export VERSION=1.20 .
20
- export MINOR=3
19
+ export VERSION=1.21 .
20
+ export MINOR=1
21
21
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
24
25
do
25
26
26
27
./ubuntu-make-distro.sh ${DISTRO} ${VERSION}${MINOR} " ${HHBZRMSG} "
Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ export UBUNTUVERSION=$1
12
12
# export UBUNTUVERSION=saucy
13
13
# export UBUNTUVERSION=trusty
14
14
# export UBUNTUVERSION=utopic
15
+ # export UBUNTUVERSION=xenial
16
+ # export UBUNTUVERSION=yakkety
15
17
export HHVERSION=$2
16
18
export HHBZRMSG=$3
17
19
Original file line number Diff line number Diff line change 51
51
</Company_Info >
52
52
<Program_Info >
53
53
<Program_Name >HSTR</Program_Name >
54
- <Program_Version >1.20 </Program_Version >
54
+ <Program_Version >1.21 </Program_Version >
55
55
<Program_Release_Month >05</Program_Release_Month >
56
56
<Program_Release_Day >09</Program_Release_Day >
57
57
<Program_Release_Year >2015</Program_Release_Year >
Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ static const char *HELP_STRING=
210
210
"\n" ;
211
211
212
212
static const char * VERSION_STRING =
213
- "hh version \"1.20 \""
213
+ "hh version \"1.21 \""
214
214
"\n build \"" __DATE__ " " __TIME__ "\""
215
215
"\n" ;
216
216
You can’t perform that action at this time.
0 commit comments