Changeset 5581

Show
Ignore:
Timestamp:
06/09/08 12:19:05 (6 months ago)
Author:
morris
Message:

Remove revision from protocol string

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • wire/trunk/wire/version.c

    r5079 r5581  
    4343        wr_version_string                       = wi_string_init_with_format(wi_string_alloc(), WI_STR("%s (%u)"), WR_VERSION, WI_REVISION); 
    4444        wr_protocol_version_string      = wi_string_init_with_cstring(wi_string_alloc(), WR_PROTOCOL_VERSION); 
    45         wr_client_version_string        = wi_string_init_with_format(wi_string_alloc(), WI_STR("Wire/%@ (%@; %@; %@) (%s; readline %s)"), 
    46                 wr_version_string
     45        wr_client_version_string        = wi_string_init_with_format(wi_string_alloc(), WI_STR("Wire/%s (%@; %@; %@) (%s; readline %s)"), 
     46                WR_VERSION
    4747                wi_process_os_name(wi_process()), 
    4848                wi_process_os_release(wi_process()),