diff options
| author | 2006-02-15 03:10:26 +0000 | |
|---|---|---|
| committer | 2006-02-15 03:10:26 +0000 | |
| commit | 48676e6e178616d442017e32bd38e03dde97ab68 (patch) | |
| tree | 8b998cfdd6db1b3f28a7fcaf3ce6377da5ecf4ba /src/inspircd.cpp | |
| parent | - Oops, missed two includes (diff) | |
| download | inspircd++-48676e6e178616d442017e32bd38e03dde97ab68.tar.gz inspircd++-48676e6e178616d442017e32bd38e03dde97ab68.tar.bz2 inspircd++-48676e6e178616d442017e32bd38e03dde97ab68.zip | |
- 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/inspircd.cpp')
| -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; |
