mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
identify rev number as from git
This commit is contained in:
parent
21fef0ded8
commit
8aaaa06bcb
2 changed files with 2 additions and 2 deletions
|
@ -333,7 +333,7 @@ cmd_set( int socket, const char** args )
|
|||
void
|
||||
format_rev( char* buf, int len )
|
||||
{
|
||||
snprintf( buf, len, "svn rev: %s", SVN_REV );
|
||||
snprintf( buf, len, "git rev: %s", SVN_REV );
|
||||
}
|
||||
|
||||
static bool
|
||||
|
|
|
@ -548,7 +548,7 @@ usage( char* arg0 )
|
|||
#endif
|
||||
"\t-t <nWorkerThreads> (how many worker threads to use)\\\n"
|
||||
);
|
||||
fprintf( stderr, "svn rev. %s\n", SVN_REV );
|
||||
fprintf( stderr, "git rev. %s\n", SVN_REV );
|
||||
}
|
||||
|
||||
/* sockets that need to be closable from interrupt handler */
|
||||
|
|
Loading…
Reference in a new issue