|
From: <cn...@us...> - 2026-06-27 20:05:14
|
Revision: 1657
http://sourceforge.net/p/seq/svn/1657
Author: cn187
Date: 2026-06-27 20:05:12 +0000 (Sat, 27 Jun 2026)
Log Message:
-----------
Display SOURCE_VERSION instead of main.cpp location in Version Info
Modified Paths:
--------------
showeq/branches/cn187_devel/src/main.cpp
Modified: showeq/branches/cn187_devel/src/main.cpp
===================================================================
--- showeq/branches/cn187_devel/src/main.cpp 2026-06-27 20:05:03 UTC (rev 1656)
+++ showeq/branches/cn187_devel/src/main.cpp 2026-06-27 20:05:12 UTC (rev 1657)
@@ -62,8 +62,6 @@
#endif
#include "datalocationmgr.h"
-static const char *id="@(#) $Id$ $Name$";
-
/* **********************************
defines used for option processing
********************************** */
@@ -777,9 +775,8 @@
/////////////////////////////////
// Display build information
- printf ("ShowEQ %s, Built from '%s' on %s at %s\n", VERSION,
- __FILE__, __DATE__, __TIME__);
- printf ("\tCVS: %s\n", id);
+ printf ("ShowEQ %s, Built from source version '%s' on %s at %s\n", VERSION,
+ SOURCE_VERSION, __DATE__, __TIME__);
#ifdef __GNUC__
#ifdef __GNUC_PATCHLEVEL__
printf ("\t\tUsing GCC version: %d.%d.%d\n",
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|