diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-02-27 17:16:48 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-02-27 17:16:48 +0000 |
commit | e53aaf7cbad6aa86bd83cf09cd5a1e4c715c61e7 (patch) | |
tree | 76d7eae032c785c0ebd1e47a9f741f7748fa5672 /src | |
parent | 283cb86e5d0ab8b463d50934fb22a8774d83faf4 (diff) |
Tweaks
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3374 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src')
-rw-r--r-- | src/inspircd.cpp | 2 | ||||
-rwxr-xr-x | src/svn-rev.sh | 2 |
2 files changed, 2 insertions, 2 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; diff --git a/src/svn-rev.sh b/src/svn-rev.sh index 048b314ff..f35c48ca6 100755 --- a/src/svn-rev.sh +++ b/src/svn-rev.sh @@ -1 +1 @@ -3371 +3373 |