diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2008-04-10 13:36:34 -0400 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2008-04-10 13:36:34 -0400 |
commit | 2881ab63dced89cf57ccf5036eca0a2e6da8a00f (patch) | |
tree | 81f0d25ca89ebfaeff32ed01cfd60048dc30d88e | |
parent | e434132f0168145d24cc8f0e6b204020773d561a (diff) | |
download | systemtap-steved-2881ab63dced89cf57ccf5036eca0a2e6da8a00f.tar.gz systemtap-steved-2881ab63dced89cf57ccf5036eca0a2e6da8a00f.tar.xz systemtap-steved-2881ab63dced89cf57ccf5036eca0a2e6da8a00f.zip |
PR6393: don't bother print build (configure) date any more, with reliable git ids
-rw-r--r-- | main.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -48,8 +48,7 @@ version () clog << "SystemTap translator/driver " << "(version " << VERSION << "/" << dwfl_version (NULL) - << " " << GIT_MESSAGE - << " built " << DATE << ")" << endl + << " " << GIT_MESSAGE << ")" << endl << "Copyright (C) 2005-2008 Red Hat, Inc. and others" << endl << "This is free software; see the source for copying conditions." << endl; } |