|
From: James C. <qu...@us...> - 2006-08-21 05:58:42
|
Update of /cvsroot/pptpclient/pptp-extras/pptpconfig In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10166 Modified Files: RELEASING Log Message: pre-release $VERSION Index: RELEASING =================================================================== RCS file: /cvsroot/pptpclient/pptp-extras/pptpconfig/RELEASING,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- RELEASING 10 Apr 2006 22:14:06 -0000 1.8 +++ RELEASING 21 Aug 2006 05:58:38 -0000 1.9 @@ -3,20 +3,18 @@ # choose version number echo "VERSION=`date +"%Y%m%d"`" VERSION=`date +"%Y%m%d"` -VERSION=20060410 +VERSION=20060821 echo $VERSION # check and fix versions emacsclient Makefile emacsclient NEWS -emacsclient README emacsclient TODO emacsclient pptpconfig.spec - # commit version changes to cvs -cvs diff > tmp -emacsclient tmp +cvs diff > tmp.diff +emacsclient tmp.diff cvs commit -m 'pre-release $VERSION' # note that version in welcome message depends on CVS ident tag |