From afbe61f0eb5d5bc36fd4cef2ec534af0ce25e103 Mon Sep 17 00:00:00 2001 From: bugzilla Date: Tue, 20 Dec 2005 10:03:36 +0000 Subject: ChangeLogTag: Mon Dec 20 09:58:00 UTC 2005 Simon Massey --- ChangeLog | 13 ++++++++++--- bin/make_release | 6 +++--- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0602179d8f0..87d01353f9c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,16 @@ +Mon Dec 20 09:58:00 UTC 2005 Simon Massey + + * bin/make_release: + Removed the $0 from the "Generated by " comment inserted into + the Version.h files. + Mon Dec 19 16:50:00 UTC 2005 Simon Massey * bin/make_release: - Removed the extra end of line inserted into the $Id$ comment - from all of the Version.h generators. (Around the same line - as before.) + Removed the extra end of line inserted into the + $Id$ + comment from all of the Version.h generators. (Around the same + line as before.) Mon Dec 19 08:48:13 2005 Simon Massey diff --git a/bin/make_release b/bin/make_release index 1c75f68a2ec..0af8e1cd319 100755 --- a/bin/make_release +++ b/bin/make_release @@ -580,7 +580,7 @@ sub update_version_files () { print CIAO_VERSION_H "// -*- C++ -*-\n" . "// \$Id\$\n\n" . - "// This is file was automatically generated by $0.\n\n" . + "// This is file was automatically generated by \$ACE_ROOT/bin/make_release.\n\n" . "\#define CIAO_MAJOR_VERSION ${major_version}\n" . "\#define CIAO_MINOR_VERSION ${minor_version}\n" . "\#define CIAO_BETA_VERSION ${beta_version}\n" . @@ -608,7 +608,7 @@ sub update_version_files () { print TAO_VERSION_H "// -*- C++ -*-\n" . "// \$Id\$\n\n" . - "// This is file was automatically generated by $0.\n\n" . + "// This is file was automatically generated by \$ACE_ROOT/bin/make_release.\n\n" . "\#define TAO_MAJOR_VERSION ${major_version}\n" . "\#define TAO_MINOR_VERSION ${minor_version}\n" . "\#define TAO_BETA_VERSION ${beta_version}\n" . @@ -632,7 +632,7 @@ sub update_version_files () { print ACE_VERSION_H "// -*- C++ -*-\n" . "// \$Id\$\n\n" . - "// This is file was automatically generated by $0.\n\n" . + "// This is file was automatically generated by \$ACE_ROOT/bin/make_release.\n\n" . "\#define ACE_MAJOR_VERSION ${major_version}\n" . "\#define ACE_MINOR_VERSION ${minor_version}\n" . "\#define ACE_BETA_VERSION ${beta_version}\n" . -- cgit v1.2.1