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