Updating version to next release version.

This commit is contained in:
Martin Dvorak 2016-03-24 23:27:09 +01:00
parent 773560994c
commit 8f7a051f7c
4 changed files with 3 additions and 9 deletions

2
dist/debian-env.sh vendored
View file

@ -2,7 +2,7 @@
# Debian release: https://wiki.debian.org/IntroDebianPackaging
export HHVERSION="1.19.0"
export HHVERSION="1.20.0"
#export HHFULLVERSION=${HHVERSION}-1.0 # NMU upload
export HHFULLVERSION=${HHVERSION}-1 # mantainer upload
export HH=hstr_${HHVERSION}

View file

@ -10,7 +10,7 @@
# - run this script from ~/p/hstr/launchpad
export HHBZRMSG="Buffer overflow fix of regexp mode."
export VERSION=1.19.
export VERSION=1.20.
export MINOR=1
# precise quantal saucy precise utopic / trusty vivid wily

View file

@ -51,7 +51,7 @@
</Company_Info>
<Program_Info>
<Program_Name>HSTR</Program_Name>
<Program_Version>1.19</Program_Version>
<Program_Version>1.20</Program_Version>
<Program_Release_Month>05</Program_Release_Month>
<Program_Release_Day>09</Program_Release_Day>
<Program_Release_Year>2015</Program_Release_Year>

View file

@ -15,12 +15,6 @@
See the License for the specific language governing permissions and
limitations under the License.
*/
/*
Call graph:
main()
hstr_main()
loop_to_select()
*/
#define _GNU_SOURCE