From 31b232eec07d0b85ce2cc7c4ebc5d5387f781dcb Mon Sep 17 00:00:00 2001 From: w00t Date: Mon, 25 Aug 2008 20:35:36 +0000 Subject: Change module versions to use a string instead of fixed digits, and use propset ID to auto-set versions, so we don't have (essentially unused) module versions. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10290 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/extra/m_testclient.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/extra/m_testclient.cpp') diff --git a/src/modules/extra/m_testclient.cpp b/src/modules/extra/m_testclient.cpp index f0492ed78..f4bd42f83 100644 --- a/src/modules/extra/m_testclient.cpp +++ b/src/modules/extra/m_testclient.cpp @@ -34,7 +34,7 @@ public: virtual Version GetVersion() { - return Version(1, 2, 0, 0, VF_VENDOR, API_VERSION); + return Version("$Id$", VF_VENDOR, API_VERSION); } virtual void OnBackgroundTimer(time_t) -- cgit v1.3.1-10-gc9f91