diff options
| author | 2006-02-27 17:16:48 +0000 | |
|---|---|---|
| committer | 2006-02-27 17:16:48 +0000 | |
| commit | e53aaf7cbad6aa86bd83cf09cd5a1e4c715c61e7 (patch) | |
| tree | 76d7eae032c785c0ebd1e47a9f741f7748fa5672 /src/inspircd.cpp | |
| parent | Added an r (yes really) (diff) | |
| download | inspircd++-e53aaf7cbad6aa86bd83cf09cd5a1e4c715c61e7.tar.gz inspircd++-e53aaf7cbad6aa86bd83cf09cd5a1e4c715c61e7.tar.bz2 inspircd++-e53aaf7cbad6aa86bd83cf09cd5a1e4c715c61e7.zip | |
Tweaks
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3374 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/inspircd.cpp')
| -rw-r--r-- | src/inspircd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp index 6c34f2c29..61c3b1004 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -138,7 +138,7 @@ std::string InspIRCd::GetRevision() */ /* XXX - this revision ID is NOT bumping automatically -- w00t */ - std::stringstream Revision("$Revision$"); + std::stringstream Revision(REVISION); std::string single; Revision >> single >> single; return single; |
