#!/bin/tcsh -f
# JLdL 17Sep16.
#
# Set environment variables defining some of the data.
setenv DEBEMAIL "delyra@fmail.if.usp.br"
setenv DEBFULLNAME "Jorge L. deLyra"
setenv EDITOR "emacs -rv -no-splash -fn 10x20"
#
# Execute dch with an option setting the new version.
#dch -v 0.0.`date +%Y%m%d`
dch -v 1.0.`date +%y%m%d`
