From 8de87c2a9b5f5e68caac1ca06b1021ed69cb3d6a Mon Sep 17 00:00:00 2001 From: w00t Date: Mon, 25 Aug 2008 20:35:51 +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@10291 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_foobar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_foobar.cpp') diff --git a/src/modules/m_foobar.cpp b/src/modules/m_foobar.cpp index 1f8d0c3bd..73572170f 100644 --- a/src/modules/m_foobar.cpp +++ b/src/modules/m_foobar.cpp @@ -48,7 +48,7 @@ class ModuleFoobar : public Module // this method instantiates a class of type Version, and returns // the modules version information using it. - return Version(1,2,0,1,VF_VENDOR,API_VERSION); + return Version("$Id$", VF_VENDOR, API_VERSION); } -- cgit v1.2.3