$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r79779 - trunk/tools/build/v2/engine
From: jurko.gospodnetic_at_[hidden]
Date: 2012-07-28 05:04:42
Author: jurko
Date: 2012-07-28 05:04:41 EDT (Sat, 28 Jul 2012)
New Revision: 79779
URL: http://svn.boost.org/trac/boost/changeset/79779
Log:
Boost Jam version information output cleaned up a bit to make it easier to update it with additional information.
Text files modified: 
   trunk/tools/build/v2/engine/jam.c |     2 ++                                      
   1 files changed, 2 insertions(+), 0 deletions(-)
Modified: trunk/tools/build/v2/engine/jam.c
==============================================================================
--- trunk/tools/build/v2/engine/jam.c	(original)
+++ trunk/tools/build/v2/engine/jam.c	2012-07-28 05:04:41 EDT (Sat, 28 Jul 2012)
@@ -263,6 +263,8 @@
     {
         printf( "Boost.Jam  " );
         printf( "Version %s. %s.\n", VERSION, OSMINOR );
+        printf( "\n" );
+        printf( "Copyright information:\n" );
         printf( "   Copyright 1993-2002 Christopher Seiwald and Perforce "
             "Software, Inc.\n" );
         printf( "   Copyright 2001 David Turner.\n" );