diff options
-rw-r--r-- | TAO/ChangeLog-98c | 3 | ||||
-rwxr-xr-x | TAO/release.pl | 8 |
2 files changed, 7 insertions, 4 deletions
diff --git a/TAO/ChangeLog-98c b/TAO/ChangeLog-98c index bd58f7ee8ca..6861de2d503 100644 --- a/TAO/ChangeLog-98c +++ b/TAO/ChangeLog-98c @@ -1,3 +1,6 @@ +Mon Feb 16 18:00:15 1998 Chris Cleeland <cleeland@cs.wustl.edu> + + * release.pl: Changed C++ comment leaders to Perl comment leaders. Mon Feb 16 17:51:15 1998 Nagarajan Surendran <naga@tango.cs.wustl.edu> diff --git a/TAO/release.pl b/TAO/release.pl index eec4318d753..f1031be721d 100755 --- a/TAO/release.pl +++ b/TAO/release.pl @@ -1,7 +1,7 @@ -// $Id$ -// -// Takes over some of the release work rather than having it all -// inline in the Makefile. +# $Id$ +# +# Takes over some of the release work rather than having it all +# inline in the Makefile. $date = `/usr/bin/date +"%a %b %d %T %Y"`; chop $date; |