Rename gensvnrevision and related files and references to genrevision/etc.

Also svn_revision.h renmaed to revision.h and defines in to it also renamed. MaNGOS code updated.
Other projects using this genrevison tool need to be updated in similar way.
This commit is contained in:
VladimirMangos 2008-10-25 15:31:10 +04:00
parent 3dc4e40e34
commit 643f6af8c7
20 changed files with 119 additions and 118 deletions

View file

@ -29,7 +29,7 @@
#include "sockets/ListenSocket.h"
#include "AuthSocket.h"
#include "SystemConfig.h"
#include "svn_revision.h"
#include "revision.h"
#include "Util.h"
#ifdef WIN32
@ -150,7 +150,7 @@ extern int main(int argc, char **argv)
while (pause > clock()) {}
}
sLog.outString( "%s [realm-daemon]", _FULLVERSION(SVN_DATE,SVN_TIME,SVN_REVISION) );
sLog.outString( "%s [realm-daemon]", _FULLVERSION(REVISION_DATE,REVISION_TIME,REVISION_ID) );
sLog.outString( "<Ctrl-C> to stop.\n" );
/// realmd PID file creation