Changeset 264 for trunk/cli


Ignore:
Timestamp:
May 29, 2006, 10:44:21 PM (17 years ago)
Author:
titer
Message:

Splits VERSION_STRING and VERSION_REVISION, removes duplication of flags
in the Xcode project file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cli/transmissioncli.c

    r261 r264  
    6969    tr_stat_t    * s;
    7070
    71     printf( "Transmission %s - http://transmission.m0k.org/\n\n",
    72             VERSION_STRING );
     71    printf( "Transmission %s (%d) - http://transmission.m0k.org/\n\n",
     72            VERSION_STRING, VERSION_REVISION );
    7373
    7474    /* Get options */
Note: See TracChangeset for help on using the changeset viewer.