2018-09-18 15:45:19 +00:00
|
|
|
--- a/src/libs/zbxcommon/str.c
|
|
|
|
+++ b/src/libs/zbxcommon/str.c
|
2019-03-29 19:41:12 +00:00
|
|
|
@@ -54,7 +54,7 @@ static const char help_message_footer[]
|
2017-12-06 21:04:01 +00:00
|
|
|
void version(void)
|
|
|
|
{
|
|
|
|
printf("%s (Zabbix) %s\n", title_message, ZABBIX_VERSION);
|
|
|
|
- printf("Revision %s %s, compilation time: %s %s\n\n", ZABBIX_REVISION, ZABBIX_REVDATE, __DATE__, __TIME__);
|
|
|
|
+ printf("Revision %s %s\n\n", ZABBIX_REVISION, ZABBIX_REVDATE);
|
|
|
|
puts(copyright_message);
|
2020-06-19 01:50:24 +00:00
|
|
|
#if defined(HAVE_GNUTLS) || defined(HAVE_OPENSSL)
|
2019-03-29 19:41:12 +00:00
|
|
|
printf("\n");
|