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