diff options
-rw-r--r-- | lib-src/=rcs2log | 4 | ||||
-rwxr-xr-x | lib-src/rcs2log | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lib-src/=rcs2log b/lib-src/=rcs2log index 3c92f9c84ca..f72527c4b88 100644 --- a/lib-src/=rcs2log +++ b/lib-src/=rcs2log @@ -12,7 +12,7 @@ # Author: Paul Eggert <eggert@twinsun.com> -# $Id: rcs2log,v 1.30 1996/08/26 21:20:48 eggert Exp eggert $ +# $Id: rcs2log,v 1.31 1996/09/25 09:53:56 eggert Exp eggert $ # Copyright 1992, 1993, 1994, 1995, 1996 Free Software Foundation, Inc. @@ -126,7 +126,7 @@ month_data=' # what's already in ChangeLog; it's the user's responsibility to remove them. case $rlog_options in '') - date=1970 + date=1970-01-01 if test -s "$changelog" then e=' diff --git a/lib-src/rcs2log b/lib-src/rcs2log index 3c92f9c84ca..f72527c4b88 100755 --- a/lib-src/rcs2log +++ b/lib-src/rcs2log @@ -12,7 +12,7 @@ # Author: Paul Eggert <eggert@twinsun.com> -# $Id: rcs2log,v 1.30 1996/08/26 21:20:48 eggert Exp eggert $ +# $Id: rcs2log,v 1.31 1996/09/25 09:53:56 eggert Exp eggert $ # Copyright 1992, 1993, 1994, 1995, 1996 Free Software Foundation, Inc. @@ -126,7 +126,7 @@ month_data=' # what's already in ChangeLog; it's the user's responsibility to remove them. case $rlog_options in '') - date=1970 + date=1970-01-01 if test -s "$changelog" then e=' |