From 48676e6e178616d442017e32bd38e03dde97ab68 Mon Sep 17 00:00:00 2001 From: w00t Date: Wed, 15 Feb 2006 03:10:26 +0000 Subject: - 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 --- src/inspircd.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') 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; -- cgit v1.2.3