diff options
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 |