#!/bin/tcsh -f
# JLdL 29Jan12.
#
# Set environment variables defining some of the data.
setenv DEBEMAIL "delyra@fma.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.1.`date +%y%m%d`
