From: Joe Konno <joe.konno(a)intel.com>
In case folks are doing lots of building and testing, it's nice to have
a time stamp on each generated binary.
Signed-off-by: Joe Konno <joe.konno(a)intel.com>
---
src/main.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main.cpp b/src/main.cpp
index 991dd9a68474..673adf3c5982 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -99,7 +99,7 @@ static const struct option long_options[] =
static void print_version()
{
- printf(_("PowerTOP version " POWERTOP_VERSION ", compiled on "
__DATE__ "\n"));
+ printf(_("PowerTOP version " POWERTOP_VERSION ", compiled on "
__DATE__ " at " __TIME__ "\n"));
}
static bool set_refresh_timeout()
--
1.8.3.1