diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-02-15 03:10:26 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-02-15 03:10:26 +0000 |
commit | 48676e6e178616d442017e32bd38e03dde97ab68 (patch) | |
tree | 8b998cfdd6db1b3f28a7fcaf3ce6377da5ecf4ba /src | |
parent | 55fb146227c4277a1c0906de496659f9b52c1353 (diff) |
- Manually bump revision ID, apparantly it's stopped doing it itself...
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3210 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src')
-rw-r--r-- | src/inspircd.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp index 80960d151..4ee001ae2 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -135,6 +135,8 @@ std::string InspIRCd::GetRevision() * into the same variable twice, the first word * is discarded, and the second one returned. */ + + /* XXX - this revision ID is NOT bumping automatically -- w00t */ std::stringstream Revision("$Revision$"); std::string single; Revision >> single >> single; |