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_mysql.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/extra/m_mysql.cpp') diff --git a/src/modules/extra/m_mysql.cpp b/src/modules/extra/m_mysql.cpp index e0c527c94..4f2f90467 100644 --- a/src/modules/extra/m_mysql.cpp +++ b/src/modules/extra/m_mysql.cpp @@ -821,7 +821,7 @@ class ModuleSQL : public Module virtual Version GetVersion() { - return Version(1,2,0,0,VF_VENDOR|VF_SERVICEPROVIDER,API_VERSION); + return Version("$Id$", VF_VENDOR | VF_SERVICEPROVIDER, API_VERSION); } }; -- cgit v1.3.1-10-gc9f91