commit: r682 - trunk/daemon
[email protected] Thu, 23 Jan 2014 14:29:02 -0500
| Newsgroups | gmane.network.spread.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: jschultz Date: 2014-01-23 14:29:02 -0500 (Thu, 23 Jan 2014) New Revision: 682 Modified: trunk/daemon/spread.c Log: Get rid of experimental disclaimer on print out Modified: trunk/daemon/spread.c =================================================================== --- trunk/daemon/spread.c 2014-01-23 19:20:03 UTC (rev 681) +++ trunk/daemon/spread.c 2014-01-23 19:29:02 UTC (rev 682) @@ -138,7 +138,7 @@ Alarmp( SPLOG_PRINT, SYSTEM, "| WWW: www.spread.org www.spreadconcepts.com |\n"); Alarmp( SPLOG_PRINT, SYSTEM, "| Contact: [email protected] |\n"); Alarmp( SPLOG_PRINT, SYSTEM, "| |\n"); - Alarmp( SPLOG_PRINT, SYSTEM, "| Version %d.%02d.%02d Built %-17s -accelerated ring research version|\n", + Alarmp( SPLOG_PRINT, SYSTEM, "| Version %d.%02d.%02d Built %-17s |\n", (int)SP_MAJOR_VERSION, (int)SP_MINOR_VERSION, (int)SP_PATCH_VERSION, Spread_build_date ); Alarmp( SPLOG_PRINT, SYSTEM, "\\===========================================================================/\n");